diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3f61ee694..41ad36a17 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@v2 + - uses: actions/upload-artifact@v4 with: name: Benchmarking path: ./*.artifact