We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c33d886 + f7ff7ff commit fb029d3Copy full SHA for fb029d3
.github/workflows/ci.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: Run Performance Benchmark
111
run: just benchmark
112
- name: Upload Performance Results
113
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
114
with:
115
path: "output.csv"
116
if-no-files-found: error
.github/workflows/performance.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments