@@ -124,7 +124,7 @@ jobs:
124124 echo polkadot_ver: ${{ steps.get-sha.outputs.polkadot_ver }}
125125 - name : Get all changed file(s), excluding the docs
126126 id : changed-files
127- uses : tj-actions/changed-files@v35
127+ uses : tj-actions/changed-files@v47
128128 with :
129129 files_ignore : |
130130 **/**.md
@@ -185,7 +185,7 @@ jobs:
185185 with :
186186 version : 9
187187 - name : Setup Node.js
188- uses : actions/setup-node@v5
188+ uses : actions/setup-node@v6
189189 with :
190190 node-version-file : " test/.nvmrc"
191191 cache : " pnpm"
@@ -356,15 +356,15 @@ jobs:
356356 LATEST_TARGET_BRANCH_BUILD=$(gh run -R moonbeam-foundation/moonbeam list -w Build --limit=100 --json databaseId,url,headBranch,event,status,conclusion,createdAt --jq ".[] | select(.headBranch == \"$TARGET_BRANCH\" and .event == \"push\" and .status == \"completed\") | .databaseId" | head -n 1)
357357 echo "LATEST_TARGET_BRANCH_BUILD=$LATEST_TARGET_BRANCH_BUILD" >> $GITHUB_OUTPUT
358358 - name : " Download runtimes from target branch"
359- uses : actions/download-artifact@v5
359+ uses : actions/download-artifact@v6
360360 with :
361361 name : runtimes
362362 path : runtimes-target-branch
363363 merge-multiple : true
364364 github-token : ${{ github.token }}
365365 run-id : ${{ steps.latest-target-build.outputs.LATEST_TARGET_BRANCH_BUILD }}
366366 - name : " Download uncompressed-runtimes from target branch"
367- uses : actions/download-artifact@v5
367+ uses : actions/download-artifact@v6
368368 with :
369369 name : uncompressed-runtimes
370370 path : uncompressed-runtimes-target-branch
@@ -380,13 +380,13 @@ jobs:
380380 echo "PREVIOUS_MOONBEAM=$PREVIOUS_MOONBEAM" >> $GITHUB_ENV
381381 echo "PREVIOUS_MOONRIVER=$PREVIOUS_MOONRIVER" >> $GITHUB_ENV
382382 - name : " Download branch built runtime"
383- uses : actions/download-artifact@v5
383+ uses : actions/download-artifact@v6
384384 with :
385385 name : runtimes
386386 path : runtimes-current-branch
387387 merge-multiple : true
388388 - name : " Download branch built uncompressed-runtimes"
389- uses : actions/download-artifact@v5
389+ uses : actions/download-artifact@v6
390390 with :
391391 name : uncompressed-runtimes
392392 path : uncompressed-runtimes-current-branch
@@ -494,7 +494,7 @@ jobs:
494494 echo "$LATEST_MOONRIVER_MSG" >> runtime_size_report.md
495495 cat runtime_size_report.md
496496 - name : Find Comment
497- uses : peter-evans/find-comment@v3
497+ uses : peter-evans/find-comment@v4
498498 id : fc
499499 with :
500500 issue-number : ${{ github.event.pull_request.number }}
@@ -590,13 +590,13 @@ jobs:
590590 # - uses: pnpm/action-setup@v4
591591 # with:
592592 # version: 9
593- # - uses: actions/setup-node@v5
593+ # - uses: actions/setup-node@v6
594594 # with:
595595 # node-version-file: "test/.nvmrc"
596596 # cache: "pnpm"
597597 # cache-dependency-path: pnpm-lock.yaml
598598 # - name: "Download branch built node"
599- # uses: actions/download-artifact@v5
599+ # uses: actions/download-artifact@v6
600600 # with:
601601 # name: moonbeam
602602 # path: target/release
@@ -645,13 +645,13 @@ jobs:
645645 mkdir -p target/release/wbuild/${{ matrix.chain }}-runtime/
646646 - name : " Download branch built runtime"
647647 if : ${{ needs.set-tags.outputs.any_changed == 'true' }}
648- uses : actions/download-artifact@v5
648+ uses : actions/download-artifact@v6
649649 with :
650650 name : runtimes
651651 path : target/release/wbuild/${{ matrix.chain }}-runtime/
652652 - name : " Download branch built node"
653653 if : ${{ needs.set-tags.outputs.any_changed == 'true' }}
654- uses : actions/download-artifact@v5
654+ uses : actions/download-artifact@v6
655655 with :
656656 name : moonbeam
657657 path : target/release
@@ -701,7 +701,7 @@ jobs:
701701 uses : actions/checkout@v5
702702 with :
703703 ref : ${{ needs.set-tags.outputs.git_ref }}
704- - uses : actions/download-artifact@v5
704+ - uses : actions/download-artifact@v6
705705 with :
706706 name : moonbeam
707707 path : build
@@ -710,15 +710,15 @@ jobs:
710710 with :
711711 version : 9
712712 - name : Use Node.js
713- uses : actions/setup-node@v5
713+ uses : actions/setup-node@v6
714714 with :
715715 node-version-file : " test/.nvmrc"
716716 cache : " pnpm"
717717 cache-dependency-path : pnpm-lock.yaml
718718 - run : |
719719 mkdir -p target/release
720720 - name : " Download branch built node"
721- uses : actions/download-artifact@v5
721+ uses : actions/download-artifact@v6
722722 with :
723723 name : moonbeam
724724 path : target/release
@@ -765,20 +765,20 @@ jobs:
765765 - uses : pnpm/action-setup@v4
766766 with :
767767 version : 9
768- - uses : actions/setup-node@v5
768+ - uses : actions/setup-node@v6
769769 with :
770770 node-version-file : " test/.nvmrc"
771771 - name : Create local folders
772772 run : |
773773 mkdir -p target/release/wbuild/${{ matrix.chain }}-runtime/
774774 mkdir -p test/tmp
775775 - name : " Download branch built runtime"
776- uses : actions/download-artifact@v5
776+ uses : actions/download-artifact@v6
777777 with :
778778 name : runtimes
779779 path : target/release/wbuild/${{ matrix.chain }}-runtime/
780780 - name : " Download branch built node"
781- uses : actions/download-artifact@v5
781+ uses : actions/download-artifact@v6
782782 with :
783783 name : moonbeam
784784 path : target/release
@@ -821,7 +821,7 @@ jobs:
821821 - uses : pnpm/action-setup@v4
822822 with :
823823 version : 9
824- - uses : actions/setup-node@v5
824+ - uses : actions/setup-node@v6
825825 with :
826826 node-version-file : " test/.nvmrc"
827827 cache : " pnpm"
@@ -831,7 +831,7 @@ jobs:
831831 mkdir -p target/release/wbuild/${{ matrix.chain }}-runtime/
832832 mkdir -p test/tmp/node_logs
833833 - name : " Download runtime"
834- uses : actions/download-artifact@v5
834+ uses : actions/download-artifact@v6
835835 with :
836836 name : runtimes
837837 path : target/release/wbuild/${{ matrix.chain }}-runtime/
@@ -871,20 +871,20 @@ jobs:
871871 - uses : pnpm/action-setup@v4
872872 with :
873873 version : 9
874- - uses : actions/setup-node@v5
874+ - uses : actions/setup-node@v6
875875 with :
876876 node-version-file : " test/.nvmrc"
877877 - name : Create local folders
878878 run : |
879879 mkdir -p target/release/wbuild/${{ matrix.chain }}-runtime/
880880 mkdir -p test/tmp
881881 - name : " Download branch built runtime"
882- uses : actions/download-artifact@v5
882+ uses : actions/download-artifact@v6
883883 with :
884884 name : runtimes
885885 path : target/release/wbuild/${{ matrix.chain }}-runtime/
886886 - name : " Download branch built node"
887- uses : actions/download-artifact@v5
887+ uses : actions/download-artifact@v6
888888 with :
889889 name : moonbeam
890890 path : target/release
@@ -933,12 +933,12 @@ jobs:
933933 - name : Checkout
934934 uses : actions/checkout@v5
935935 - name : " Download branch built runtime"
936- uses : actions/download-artifact@v5
936+ uses : actions/download-artifact@v6
937937 with :
938938 name : runtimes
939939 path : target/release
940940 - name : " Download branch built node"
941- uses : actions/download-artifact@v5
941+ uses : actions/download-artifact@v6
942942 with :
943943 name : moonbeam
944944 path : target/release
0 commit comments