We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b29249 commit 2a6e5e9Copy full SHA for 2a6e5e9
.github/workflows/benchmark.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: record pull request number
48
run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact
49
# save as artifacts (performance tracking (comment) workflow will use it)
50
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
51
with:
52
name: Benchmarking
53
path: ./*.artifact
0 commit comments