We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6539b5c commit af002c7Copy full SHA for af002c7
.github/workflows/bench.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run Benchmark
34
run: npm run bench | tee current.txt
35
- name: Upload Current Results
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: current
39
path: current.txt
@@ -55,7 +55,7 @@ jobs:
55
56
run: npm run bench | tee branch.txt
57
- name: Upload Branch Results
58
59
60
name: branch
61
path: branch.txt
0 commit comments