From 5fae91b49d7c7bc627b1466371e6313c65452882 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 25 Aug 2024 12:12:21 -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 8eaaffd..f1501e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,11 @@ jobs: with: toolchain: ${{matrix.rust}} - run: cargo check --workspace --exclude case-study-bitfield-assertion --exclude case-study-readonly-fields + - uses: actions/upload-artifact@v4 + if: matrix.rust == 'nightly' && always() + with: + name: Cargo.lock + path: Cargo.lock outdated: name: Outdated