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 ec50561 commit 386aac1Copy full SHA for 386aac1
.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@v4
+ - uses: actions/upload-artifact@v5
46
if: matrix.rust == 'nightly' && always()
47
with:
48
name: Cargo.lock
0 commit comments