diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc6003..e3663dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,11 @@ jobs: if: matrix.rust == 'nightly' - run: cargo test - run: cargo run --manifest-path benches/Cargo.toml + - uses: actions/upload-artifact@v4 + if: matrix.rust == 'nightly' && always() + with: + name: Cargo.lock + path: Cargo.lock minimal: name: Minimal versions