@@ -430,7 +430,7 @@ jobs:
430430 prune-cache : false
431431 - name : Download SDK artifact
432432 if : needs.build-sdk.result == 'success'
433- uses : actions/download-artifact@v7
433+ uses : actions/download-artifact@v8
434434 with :
435435 name : dist-sdk
436436 path : ./sdk-dist
@@ -539,13 +539,13 @@ jobs:
539539 python-version : " 3.12"
540540 prune-cache : false
541541 - name : Download LFX artifact
542- uses : actions/download-artifact@v7
542+ uses : actions/download-artifact@v8
543543 with :
544544 name : dist-lfx
545545 path : ./lfx-dist
546546 - name : Download SDK artifact
547547 if : needs.build-sdk.result == 'success'
548- uses : actions/download-artifact@v7
548+ uses : actions/download-artifact@v8
549549 with :
550550 name : dist-sdk
551551 path : ./sdk-dist
@@ -681,18 +681,18 @@ jobs:
681681 python-version : " 3.12"
682682 prune-cache : false
683683 - name : Download LFX artifact
684- uses : actions/download-artifact@v7
684+ uses : actions/download-artifact@v8
685685 with :
686686 name : dist-lfx
687687 path : ./lfx-dist
688688 - name : Download SDK artifact
689689 if : needs.build-sdk.result == 'success'
690- uses : actions/download-artifact@v7
690+ uses : actions/download-artifact@v8
691691 with :
692692 name : dist-sdk
693693 path : ./sdk-dist
694694 - name : Download base artifact
695- uses : actions/download-artifact@v7
695+ uses : actions/download-artifact@v8
696696 with :
697697 name : dist-base
698698 path : ./base-dist
@@ -823,7 +823,7 @@ jobs:
823823 runs-on : ubuntu-latest
824824 steps :
825825 - name : Download base artifact
826- uses : actions/download-artifact@v7
826+ uses : actions/download-artifact@v8
827827 with :
828828 name : dist-base
829829 path : src/backend/base/dist
@@ -846,7 +846,7 @@ jobs:
846846 runs-on : ubuntu-latest
847847 steps :
848848 - name : Download main artifact
849- uses : actions/download-artifact@v7
849+ uses : actions/download-artifact@v8
850850 with :
851851 name : dist-main
852852 path : dist
@@ -879,7 +879,7 @@ jobs:
879879 with :
880880 ref : ${{ inputs.release_tag }}
881881 - name : Download SDK artifact
882- uses : actions/download-artifact@v7
882+ uses : actions/download-artifact@v8
883883 with :
884884 name : dist-sdk
885885 path : src/sdk/dist
@@ -909,7 +909,7 @@ jobs:
909909 runs-on : ubuntu-latest
910910 steps :
911911 - name : Download LFX artifact
912- uses : actions/download-artifact@v7
912+ uses : actions/download-artifact@v8
913913 with :
914914 name : dist-lfx
915915 path : src/lfx/dist
@@ -1009,7 +1009,7 @@ jobs:
10091009 needs.build-main.result == 'success' &&
10101010 needs.publish-main.result == 'success'
10111011 steps :
1012- - uses : actions/download-artifact@v4
1012+ - uses : actions/download-artifact@v8
10131013 with :
10141014 name : dist-main
10151015 path : dist
0 commit comments