There was an error while loading. Please reload this page.
1 parent 56ac8ca commit b9121eeCopy full SHA for b9121ee
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: cargo test --features small
41
- run: cargo build --tests --features no-panic --release
42
if: matrix.rust == 'nightly'
43
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
44
if: matrix.rust == 'nightly' && always()
45
with:
46
name: Cargo.lock
0 commit comments