We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b5200 commit 466e2c2Copy full SHA for 466e2c2
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36
if: matrix.rust == 'nightly'
37
- run: cargo test
38
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
39
if: matrix.rust == 'nightly' && always()
40
with:
41
name: Cargo.lock
0 commit comments