Skip to content

Commit bbab242

Browse files
committed
Update actions/upload-artifact@v4 -> v5
1 parent f41788a commit bbab242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- run: cargo check --no-default-features
139139
env:
140140
RUSTFLAGS: --cfg compile_error_if_alloc --cfg cxx_experimental_no_alloc ${{env.RUSTFLAGS}}
141-
- uses: actions/upload-artifact@v4
141+
- uses: actions/upload-artifact@v5
142142
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && matrix.cc == '' && matrix.flags == '' && always()
143143
with:
144144
name: Cargo.lock

0 commit comments

Comments
 (0)