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 bbab242 commit cd508fcCopy full SHA for cd508fc
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
- run: cargo check --no-default-features
139
env:
140
RUSTFLAGS: --cfg compile_error_if_alloc --cfg cxx_experimental_no_alloc ${{env.RUSTFLAGS}}
141
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
142
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && matrix.cc == '' && matrix.flags == '' && always()
143
with:
144
name: Cargo.lock
0 commit comments