From 5be6db46db46278b9e4e8c4843d7f827dbe99265 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 25 Aug 2024 12:12:24 -0700 Subject: [PATCH] Upload CI Cargo.lock for reproducing failures --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf4fe4..6eb3cb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,11 @@ jobs: - run: cargo test --features small - run: cargo build --tests --features no-panic --release if: matrix.rust == 'nightly' + - uses: actions/upload-artifact@v4 + if: matrix.rust == 'nightly' && always() + with: + name: Cargo.lock + path: Cargo.lock msrv: name: Rust 1.36.0