diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 712a9aa41..7f5aa6a5d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -47,7 +47,7 @@ jobs: - name: record pull request number run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact # save as artifacts (performance tracking (comment) workflow will use it) - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: Benchmarking path: ./*.artifact