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 4178c4a commit ec42ea7Copy full SHA for ec42ea7
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- run: cargo test --workspace --exclude thiserror_no_std_test
42
- run: cargo test --manifest-path tests/no-std/Cargo.toml
43
- run: cargo test --no-default-features
44
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
45
if: matrix.rust == 'nightly' && always()
46
with:
47
name: Cargo.lock
0 commit comments