We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386aac1 commit 45e5388Copy full SHA for 45e5388
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: cargo test --manifest-path tests/no-std/Cargo.toml
43
if: matrix.rust != '1.76.0'
44
- run: cargo test --no-default-features
45
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
46
if: matrix.rust == 'nightly' && always()
47
with:
48
name: Cargo.lock
0 commit comments