@@ -133,7 +133,7 @@ jobs:
133133 name : gear-cli (${{ matrix.targets.name }})
134134 steps :
135135 - name : " ACTIONS: Checkout"
136- uses : actions/checkout@v4
136+ uses : actions/checkout@v6
137137
138138 - name : " Install: Setup linker"
139139 uses : ./.github/actions/setup-linker
@@ -162,7 +162,7 @@ jobs:
162162 cp target/${{ matrix.targets.target }}/release/wbuild/vara-runtime/*.wasm artifact/wbuild/vara-runtime/
163163
164164 - name : " ACTIONS: Upload node and VARA runtime"
165- uses : actions/upload-artifact@v4
165+ uses : actions/upload-artifact@v6
166166 with :
167167 name : gear-cli-and-runtime-release-${{ matrix.targets.target }}
168168 path : artifact
@@ -177,7 +177,7 @@ jobs:
177177 name : ethexe-cli (${{ matrix.targets.name }})
178178 steps :
179179 - name : " ACTIONS: Checkout"
180- uses : actions/checkout@v4
180+ uses : actions/checkout@v6
181181 with :
182182 submodules : recursive
183183
@@ -202,7 +202,7 @@ jobs:
202202 run : ./scripts/gear.sh build ethexe --release --locked
203203
204204 - name : " ACTIONS: Upload ethexe node"
205- uses : actions/upload-artifact@v4
205+ uses : actions/upload-artifact@v6
206206 with :
207207 name : ethexe-cli-release-${{ matrix.targets.target }}
208208 path : target/${{ matrix.targets.target }}/release/ethexe*
@@ -214,7 +214,7 @@ jobs:
214214 contents : write
215215 steps :
216216 - name : Checkout
217- uses : actions/checkout@v4
217+ uses : actions/checkout@v6
218218 with :
219219 submodules : recursive
220220
@@ -258,7 +258,7 @@ jobs:
258258 name : workspace (${{ matrix.profiles.name }})
259259 steps :
260260 - name : " ACTIONS: Checkout"
261- uses : actions/checkout@v4
261+ uses : actions/checkout@v6
262262 with :
263263 submodules : recursive
264264
@@ -297,13 +297,13 @@ jobs:
297297 run : cargo build --workspace --all-targets --all-features ${{ matrix.profiles.flags }}
298298
299299 - name : " ACTIONS: Upload example WASMs"
300- uses : actions/upload-artifact@v4
300+ uses : actions/upload-artifact@v6
301301 with :
302302 name : examples-${{ matrix.profiles.name }}-wasm32-gear
303303 path : target/wasm32-gear/${{ matrix.profiles.name }}
304304
305305 - name : " ACTIONS: Download node and runtime"
306- uses : actions/download-artifact@v4
306+ uses : actions/download-artifact@v7
307307 with :
308308 name : gear-cli-and-runtime-release-x86_64-unknown-linux-gnu
309309 path : gear-cli-and-runtime-release
@@ -324,7 +324,7 @@ jobs:
324324
325325 - name : " ACTIONS: Upload junit.xml"
326326 if : " !cancelled()"
327- uses : actions/upload-artifact@v4
327+ uses : actions/upload-artifact@v6
328328 with :
329329 name : " workspace-${{ matrix.profiles.name }}-junit"
330330 path : target/nextest/ci/junit.xml
@@ -334,7 +334,7 @@ jobs:
334334 needs : workspace
335335 steps :
336336 - name : " ACTIONS: Checkout"
337- uses : actions/checkout@v4
337+ uses : actions/checkout@v6
338338
339339 - name : " Install: Setup linker"
340340 uses : ./.github/actions/setup-linker
@@ -362,7 +362,7 @@ jobs:
362362 name : benchmarks
363363 steps :
364364 - name : " ACTIONS: Checkout"
365- uses : actions/checkout@v4
365+ uses : actions/checkout@v6
366366
367367 - name : " Install: Setup linker"
368368 uses : ./.github/actions/setup-linker
@@ -414,7 +414,7 @@ jobs:
414414 name : try-runtime (${{ matrix.profiles.name }})
415415 steps :
416416 - name : " ACTIONS: Checkout"
417- uses : actions/checkout@v4
417+ uses : actions/checkout@v6
418418
419419 - name : " Install: Setup linker"
420420 uses : ./.github/actions/setup-linker
@@ -464,12 +464,12 @@ jobs:
464464 steps :
465465 - name : Cancel Previous Runs
466466 if : ${{ github.event_name == 'pull_request' }}
467- uses : styfle/cancel-workflow-action@0.12.1
467+ uses : styfle/cancel-workflow-action@0.13.0
468468 with :
469469 access_token : ${{ github.token }}
470470
471471 - name : " ACTIONS: Checkout"
472- uses : actions/checkout@v4
472+ uses : actions/checkout@v6
473473
474474 - name : " Install: Setup linker"
475475 uses : ./.github/actions/setup-linker
@@ -527,7 +527,7 @@ jobs:
527527 if : ${{ inputs.production && contains(fromJSON(needs.dynamic-matrix.outputs.profiles).*.name, 'release') }}
528528 steps :
529529 - name : " ACTIONS: Checkout"
530- uses : actions/checkout@v4
530+ uses : actions/checkout@v6
531531 with :
532532 submodules : recursive
533533
@@ -538,7 +538,7 @@ jobs:
538538 uses : ./.github/actions/install-rust
539539
540540 - name : " ACTIONS: Download example WASMs"
541- uses : actions/download-artifact@v4
541+ uses : actions/download-artifact@v7
542542 with :
543543 name : examples-release-wasm32-gear
544544 path : examples-artifact
@@ -580,7 +580,7 @@ jobs:
580580
581581 - name : Upload artifacts
582582 if : ${{ github.event_name == 'push' }}
583- uses : actions/upload-artifact@v4
583+ uses : actions/upload-artifact@v6
584584 with :
585585 path : artifact
586586
0 commit comments