We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 601974d + ab915ce commit 482f8f2Copy full SHA for 482f8f2
1 file changed
.github/workflows/benchmarks.yml
@@ -30,7 +30,7 @@ jobs:
30
run: cargo bench --workspace --no-fail-fast | tee bench-output.txt
31
32
- name: Upload benchmark output
33
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
34
if: always()
35
with:
36
name: bench-output-${{ github.sha }}
0 commit comments