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 2c0bda4 commit f2c598cCopy full SHA for f2c598c
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: cargo check --no-default-features
43
- run: cargo check --features backtrace
44
if: matrix.rust != '1.80.0' && matrix.rust != '1.76.0'
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