diff --git a/.github/workflows/unittest-post.yml b/.github/workflows/unittest-post.yml index 48e0817c87..f1801b5113 100644 --- a/.github/workflows/unittest-post.yml +++ b/.github/workflows/unittest-post.yml @@ -14,7 +14,7 @@ jobs: # This posts the status to the PR/commit - uses: haya14busa/action-workflow_run-status@v1 - name: Download benchmarks - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}