From dd0eb0f2ca536fc8daec566c7ac5e67d62740f06 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 18 Dec 2025 18:58:13 -0800 Subject: [PATCH] Update actions/upload-artifact@v4 -> v5 --- .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 36570c15..7cc2dfc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@nightly - run: cd test_suite && cargo test --features unstable - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: Cargo.lock