diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d7f9a72e6..d38f2c7d6 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@v6 + - uses: actions/upload-artifact@v7 with: name: Benchmarking path: ./*.artifact