We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4826f91 + 81def25 commit 9775544Copy full SHA for 9775544
.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
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments