We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e157444 commit f5d7d73Copy full SHA for f5d7d73
.github/workflows/benchmark.yml
@@ -48,7 +48,7 @@ jobs:
48
run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact
49
50
# save as artifacts (performance tracking (comment) workflow will use it)
51
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
52
with:
53
name: performance-tracking
54
path: ./*.artifact
0 commit comments