2929 has_token : ${{ steps.check.outputs.has_token }}
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535
@@ -141,7 +141,7 @@ jobs:
141141
142142 steps :
143143 - name : Checkout repository
144- uses : actions/checkout@v4
144+ uses : actions/checkout@v6
145145
146146 - name : Setup Rust
147147 uses : dtolnay/rust-toolchain@stable
@@ -234,7 +234,7 @@ jobs:
234234
235235 # Upload artifacts for later jobs
236236 - name : Upload artifacts
237- uses : actions/upload-artifact@v4
237+ uses : actions/upload-artifact@v6
238238 with :
239239 name : rustfs-cli-${{ matrix.os_name }}-${{ matrix.arch }}
240240 path : artifacts/*
@@ -318,7 +318,7 @@ jobs:
318318 runs-on : ubuntu-latest
319319 steps :
320320 - name : Checkout repository
321- uses : actions/checkout@v4
321+ uses : actions/checkout@v6
322322
323323 - name : Setup Rust
324324 uses : dtolnay/rust-toolchain@stable
@@ -340,7 +340,7 @@ jobs:
340340 continue-on-error : true
341341
342342 - name : Upload completions artifact
343- uses : actions/upload-artifact@v4
343+ uses : actions/upload-artifact@v6
344344 with :
345345 name : completions
346346 path : completions.tar.gz
@@ -356,14 +356,14 @@ jobs:
356356 contents : write
357357 steps :
358358 - name : Download all artifacts
359- uses : actions/download-artifact@v4
359+ uses : actions/download-artifact@v7
360360 with :
361361 path : artifacts
362362 pattern : rustfs-cli-*
363363 merge-multiple : true
364364
365365 - name : Download completions
366- uses : actions/download-artifact@v4
366+ uses : actions/download-artifact@v7
367367 with :
368368 name : completions
369369 path : artifacts
@@ -434,7 +434,7 @@ jobs:
434434 if : needs.build-check.outputs.is_release == 'true' && needs.build-check.outputs.has_token == 'true'
435435 steps :
436436 - name : Checkout repository
437- uses : actions/checkout@v4
437+ uses : actions/checkout@v6
438438
439439 - name : Setup Rust
440440 uses : dtolnay/rust-toolchain@stable
0 commit comments