diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13d9c10..10e6e60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact - run: cargo test --features raw_value --tests -- --skip ui --exact - run: cargo test --features unbounded_depth --tests -- --skip ui --exact - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: matrix.os == 'ubuntu' && always() with: name: Cargo.lock