Skip to content

Commit 8b4840c

Browse files
author
Your Name
committed
chore: bump ci deps
1 parent e821e37 commit 8b4840c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cargo bench --bench update_benchmarks --features bench -- --save-baseline pr
5353
5454
- name: Upload benchmark results
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: benchmark-results-${{ matrix.os }}
5858
path: ./target/criterion

.github/workflows/jwst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
459459
- name: upload fuzz artifacts
460460
if: ${{ failure() }}
461-
uses: actions/upload-artifact@v3
461+
uses: actions/upload-artifact@v4
462462
with:
463463
name: fuzz-artifact
464464
path: ./lib/jwst-codec-utils/fuzz/artifacts/**/*

0 commit comments

Comments
 (0)