We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be0b30 + 6f6bd61 commit b1faf64Copy full SHA for b1faf64
.github/workflows/benchmark.yml
@@ -51,7 +51,7 @@ jobs:
51
run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact
52
53
# save as artifacts (performance tracking (comment) workflow will use it)
54
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
55
with:
56
name: performance-tracking
57
path: ./*.artifact
0 commit comments