We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82ebd5 commit 42ea621Copy full SHA for 42ea621
.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@v4
+ uses: actions/upload-artifact@v4444
160
with:
161
name: bench-results-${{ matrix.example }}-${{ runner.os }}-${{ matrix.ghc }}
162
path: benchmark-artifacts.tar.gz
0 commit comments