diff --git a/.github/workflows/benchmark-post.yml b/.github/workflows/benchmark-post.yml index 9489dc6d31b..938c17ba478 100644 --- a/.github/workflows/benchmark-post.yml +++ b/.github/workflows/benchmark-post.yml @@ -12,7 +12,7 @@ jobs: # This posts the status to the PR/commit - uses: haya14busa/action-workflow_run-status@v1 - name: Download deltas - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}