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 cea36a5 commit 827a315Copy full SHA for 827a315
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
32
- run: cargo test --features raw_value --tests -- --skip ui --exact
33
- run: cargo test --features unbounded_depth --tests -- --skip ui --exact
34
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
35
if: matrix.os == 'ubuntu' && always()
36
with:
37
name: Cargo.lock
0 commit comments