6060 run : |
6161 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build deb_build
6262 cp build/secretnetwork_${{ steps.get_version.outputs.VERSION }}_amd64.deb secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
63- - uses : actions/upload-artifact@v3
63+ - uses : actions/upload-artifact@v4
6464 with :
6565 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
6666 path : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
@@ -114,7 +114,7 @@ jobs:
114114 run : |
115115 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build deb_build
116116 cp build/secretnetwork_${{ steps.get_version.outputs.VERSION }}_amd64.deb secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
117- - uses : actions/upload-artifact@v3
117+ - uses : actions/upload-artifact@v4
118118 with :
119119 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
120120 path : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
@@ -191,7 +191,7 @@ jobs:
191191 run : |
192192 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build deb_build
193193 cp build/secretnetwork_${{ steps.get_version.outputs.VERSION }}_amd64.deb secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
194- - uses : actions/upload-artifact@v3
194+ - uses : actions/upload-artifact@v4
195195 with :
196196 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
197197 path : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-20.04.deb
@@ -268,7 +268,7 @@ jobs:
268268 run : |
269269 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build deb_build
270270 cp build/secretnetwork_${{ steps.get_version.outputs.VERSION }}_amd64.deb secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
271- - uses : actions/upload-artifact@v3
271+ - uses : actions/upload-artifact@v4
272272 with :
273273 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
274274 path : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64_ubuntu-22.04.deb
@@ -288,7 +288,7 @@ jobs:
288288 run : |
289289 SGX_MODE=SW make build_cli
290290 cp "secretcli" "secretcli-$RUNNER_OS"
291- - uses : actions/upload-artifact@v3
291+ - uses : actions/upload-artifact@v4
292292 with :
293293 name : secretcli-${{runner.os}}
294294 path : secretcli-${{runner.os}}
@@ -305,7 +305,7 @@ jobs:
305305 run : |
306306 SGX_MODE=SW make build_cli
307307 cp "secretcli" "secretcli-Ubuntu-20.04"
308- - uses : actions/upload-artifact@v3
308+ - uses : actions/upload-artifact@v4
309309 with :
310310 name : secretcli-Ubuntu-20.04
311311 path : secretcli-Ubuntu-20.04
@@ -328,7 +328,7 @@ jobs:
328328 run : |
329329 SGX_MODE=SW make build_cli
330330 cp "secretcli" "secretcli-MacOS-arm64"
331- - uses : actions/upload-artifact@v3
331+ - uses : actions/upload-artifact@v4
332332 with :
333333 name : secretcli-MacOS-arm64
334334 path : secretcli-MacOS-arm64
@@ -366,7 +366,7 @@ jobs:
366366 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build check_hw_tool_build
367367 cp build/check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
368368
369- - uses : actions/upload-artifact@v3
369+ - uses : actions/upload-artifact@v4
370370 with :
371371 name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
372372 path : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
@@ -404,7 +404,7 @@ jobs:
404404 docker run -e VERSION=${{ steps.get_version.outputs.VERSION }} -v $GITHUB_WORKSPACE/build:/build check_hw_tool_build
405405 cp build/check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
406406
407- - uses : actions/upload-artifact@v3
407+ - uses : actions/upload-artifact@v4
408408 with :
409409 name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
410410 path : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
@@ -481,40 +481,40 @@ jobs:
481481 - name : Get the version
482482 id : get_version
483483 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
484- - uses : actions/download-artifact@v3
484+ - uses : actions/download-artifact@v4
485485 with :
486486 name : secretcli-Linux
487- - uses : actions/download-artifact@v3
487+ - uses : actions/download-artifact@v4
488488 with :
489489 name : secretcli-macOS
490- - uses : actions/download-artifact@v3
490+ - uses : actions/download-artifact@v4
491491 with :
492492 name : secretcli-Windows
493- - uses : actions/download-artifact@v3
493+ - uses : actions/download-artifact@v4
494494 with :
495495 name : secretcli-MacOS-arm64
496- - uses : actions/download-artifact@v3
496+ - uses : actions/download-artifact@v4
497497 with :
498498 name : secretcli-Ubuntu-20.04
499- - uses : actions/download-artifact@v3
499+ - uses : actions/download-artifact@v4
500500 with :
501501 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
502- - uses : actions/download-artifact@v3
502+ - uses : actions/download-artifact@v4
503503 with :
504504 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-22.04.deb
505- - uses : actions/download-artifact@v3
505+ - uses : actions/download-artifact@v4
506506 with :
507507 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
508- - uses : actions/download-artifact@v3
508+ - uses : actions/download-artifact@v4
509509 with :
510510 name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-22.04.deb
511- - uses : actions/download-artifact@v3
511+ - uses : actions/download-artifact@v4
512512 with :
513513 name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
514- - uses : actions/download-artifact@v3
514+ - uses : actions/download-artifact@v4
515515 with :
516516 name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
517- # - uses: actions/download-artifact@v3
517+ # - uses: actions/download-artifact@v4
518518 # with:
519519 # name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
520520 - name : Release
0 commit comments