diff --git a/.github/workflows/apply-benchmark-patch.yml b/.github/workflows/apply-benchmark-patch.yml index 16b499bea..fca06cd09 100644 --- a/.github/workflows/apply-benchmark-patch.yml +++ b/.github/workflows/apply-benchmark-patch.yml @@ -30,7 +30,7 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token - name: Download latest bench patch artifact from heavy workflow - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: run-benchmarks.yml pr: ${{ github.event.pull_request.number }}