Skip to content

Commit e0418db

Browse files
committed
chore: bump ci deps
1 parent e821e37 commit e0418db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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-asan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Setup Rust
3131
uses: ./.github/actions/setup-rust
3232
with:
33-
toolchain: nightly-2023-08-19
33+
toolchain: nightly-2024-10-18
3434

3535
- name: Memory Check
3636
run: |
37-
rustup component add rust-src --toolchain nightly-2023-08-19
38-
cargo +nightly-2023-08-19 test -Zbuild-std --target x86_64-unknown-linux-gnu -p jwst-codec --lib
37+
rustup component add rust-src --toolchain nightly-2024-10-18
38+
cargo +nightly-2024-10-18 test -Zbuild-std --target x86_64-unknown-linux-gnu -p jwst-codec --lib

.github/workflows/jwst-memory-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Setup Rust
3131
uses: ./.github/actions/setup-rust
3232
with:
33-
toolchain: nightly-2023-08-19
33+
toolchain: nightly-2024-10-18
3434
components: miri
3535
- name: Install latest nextest release
3636
uses: taiki-e/install-action@nextest
3737

3838
- name: Miri Code Check
3939
run: |
40-
cargo +nightly-2023-08-19 miri nextest run -p jwst-codec -j2
40+
cargo +nightly-2024-10-18 miri nextest run -p jwst-codec -j2

.github/workflows/jwst.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
- name: Setup Rust
439439
uses: ./.github/actions/setup-rust
440440
with:
441-
toolchain: nightly-2023-08-19
441+
toolchain: nightly-2024-10-18
442442

443443
- name: fuzzing
444444
working-directory: ./libs/jwst-codec-utils
@@ -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)