From 01182e54b5dbadee79696bd472b67391e92679af Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 19 Dec 2025 21:10:59 -0800 Subject: [PATCH] Update actions/upload-artifact@v5 -> v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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