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 e821e37 commit 8b4840cCopy full SHA for 8b4840c
.github/workflows/benchmark.yml
@@ -52,7 +52,7 @@ jobs:
52
cargo bench --bench update_benchmarks --features bench -- --save-baseline pr
53
54
- name: Upload benchmark results
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: benchmark-results-${{ matrix.os }}
58
path: ./target/criterion
.github/workflows/jwst.yml
@@ -458,7 +458,7 @@ jobs:
458
459
- name: upload fuzz artifacts
460
if: ${{ failure() }}
461
462
463
name: fuzz-artifact
464
path: ./lib/jwst-codec-utils/fuzz/artifacts/**/*
0 commit comments