9191
9292 # Upload artifacts
9393 - name : Upload integritee-node
94- uses : actions/upload-artifact@v3
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : integritee-node-${{ github.sha }}
9797 path : target/release/integritee-node
@@ -149,7 +149,7 @@ jobs:
149149
150150 # Upload artifacts
151151 - name : Upload integritee-node-benchmarks
152- uses : actions/upload-artifact@v3
152+ uses : actions/upload-artifact@v4
153153 with :
154154 name : integritee-node-benchmarks-${{ github.sha }}
155155 path : target/release/integritee-node
@@ -222,7 +222,7 @@ jobs:
222222 run : cargo +stable about generate about.hbs > license.html
223223
224224 - name : Archive license file
225- uses : actions/upload-artifact@v3
225+ uses : actions/upload-artifact@v4
226226 with :
227227 name : license
228228 path : license.html
@@ -302,7 +302,7 @@ jobs:
302302 # cat ${{ matrix.chain }}-diff.txt
303303
304304 - name : Upload ${{ matrix.runtime }} srtool json
305- uses : actions/upload-artifact@v3
305+ uses : actions/upload-artifact@v4
306306 with :
307307 name : ${{ matrix.runtime }}-srtool-json-${{ github.sha }}
308308 path : |
@@ -314,7 +314,7 @@ jobs:
314314
315315
316316 - name : Upload ${{ matrix.runtime }} runtime
317- uses : actions/upload-artifact@v3
317+ uses : actions/upload-artifact@v4
318318 with :
319319 name : ${{ matrix.runtime }}-runtime-${{ github.sha }}
320320 path : |
@@ -344,7 +344,7 @@ jobs:
344344 - name : Checkout
345345 uses : actions/checkout@v3
346346
347- # - uses: actions/download-artifact@v3
347+ # - uses: actions/download-artifact@v4
348348 # with:
349349 # name: integritee-node-${{ github.sha }}
350350
@@ -364,7 +364,7 @@ jobs:
364364 # sha256sum ${{ env.CHAIN_SPEC }}.json >> checksums.txt
365365
366366 # - name: Upload ${{ env.CHAIN_SPEC }} Files
367- # uses: actions/upload-artifact@v3
367+ # uses: actions/upload-artifact@v4
368368 # with:
369369 # name: ${{ env.CHAIN_SPEC }}-${{ github.sha }}
370370 # path: |
@@ -393,7 +393,7 @@ jobs:
393393 - uses : actions/checkout@v3
394394
395395 - name : Download Integritee Node
396- uses : actions/download-artifact@v3
396+ uses : actions/download-artifact@v4
397397 with :
398398 name : integritee-node-${{ github.sha }}
399399
@@ -438,7 +438,7 @@ jobs:
438438 runtime : [ "integritee-node" ]
439439 steps :
440440 - uses : actions/checkout@v3
441- - uses : actions/download-artifact@v3
441+ - uses : actions/download-artifact@v4
442442
443443 - name : Set up Ruby 3
444444 uses : ruby/setup-ruby@v1
0 commit comments