We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bbb50 commit 35b0cfdCopy full SHA for 35b0cfd
.github/workflows/bench.yml
@@ -156,7 +156,7 @@ jobs:
156
run: find bench-results -name "*.csv" -or -name "*.svg" -or -name "*.html" | xargs tar -czf benchmark-artifacts.tar.gz
157
158
- name: Archive benchmarking artifacts
159
- uses: actions/upload-artifact@v4444
+ uses: actions/upload-artifact@v4
160
with:
161
name: bench-results-${{ matrix.example }}-${{ runner.os }}-${{ matrix.ghc }}
162
path: benchmark-artifacts.tar.gz
0 commit comments