diff --git a/.github/workflows/publish-benchmarks-pr.yml b/.github/workflows/publish-benchmarks-pr.yml index c4d047b7..76f8aa12 100644 --- a/.github/workflows/publish-benchmarks-pr.yml +++ b/.github/workflows/publish-benchmarks-pr.yml @@ -27,7 +27,7 @@ jobs: echo "Conclusion: ${{ github.event.workflow_run.conclusion }}" echo "Event: ${{ github.event.workflow_run.event }}" - name: Download artifact - uses: dawidd6/action-download-artifact@v8 + uses: dawidd6/action-download-artifact@v9 with: name: benchmark-artifacts run_id: ${{ github.event.workflow_run.id }}