diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fe57d565..aa1040df 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,7 +48,7 @@ jobs: 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@v3 + - uses: actions/upload-artifact@v4 with: name: performance-tracking path: ./*.artifact