Skip to content

Commit a1d5ec0

Browse files
authored
Merge branch 'master' into moonbeam-polkadot-stable2506
2 parents 239c816 + 8fe5a81 commit a1d5ec0

23 files changed

+295
-606
lines changed

.github/workflows/build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/client-release-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v5
3434
- name: Use Node.js
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version-file: "test/.nvmrc"
3838
- name: Download Original Tools
39-
uses: actions/download-artifact@v5
39+
uses: actions/download-artifact@v6
4040
with:
4141
name: original-tools
4242
path: original-tools
@@ -48,7 +48,7 @@ jobs:
4848
npm i
4949
npm run --silent print-client-release-issue -- --from ${{ github.event.inputs.from }} --to ${{ github.event.inputs.to }} | tee ../client-release-issue.md
5050
- name: Create version bump issue
51-
uses: peter-evans/create-issue-from-file@v5
51+
uses: peter-evans/create-issue-from-file@v6
5252
with:
5353
title: client ${{ github.event.inputs.to }} release
5454
content-filepath: ./client-release-issue.md

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
cat coverage_report.md
227227
- name: Find Comment
228228
if: ${{ needs.set-tags.outputs.coverage_report == 'true' }}
229-
uses: peter-evans/find-comment@v3
229+
uses: peter-evans/find-comment@v4
230230
id: fc
231231
with:
232232
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/prepare-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v5
45-
- uses: actions/download-artifact@v5
45+
- uses: actions/download-artifact@v6
4646
with:
4747
pattern: binaries-*
4848
merge-multiple: true

.github/workflows/publish-binary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
with:
4747
ref: ${{ github.event.inputs.to }}
4848
fetch-depth: 0
49-
- uses: actions/download-artifact@v5
49+
- uses: actions/download-artifact@v6
5050
with:
5151
pattern: binaries-*
5252
merge-multiple: true
5353
path: build
5454
- name: Use Node.js
55-
uses: actions/setup-node@v5
55+
uses: actions/setup-node@v6
5656
with:
5757
node-version-file: "test/.nvmrc"
5858
- name: Prepare moonbeam binary for release body generation
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v5
9898
with:
9999
ref: ${{ github.event.inputs.to }}
100-
- uses: actions/download-artifact@v5
100+
- uses: actions/download-artifact@v6
101101
with:
102102
pattern: binaries-*
103103
merge-multiple: true

.github/workflows/publish-docker-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v5
37-
- uses: actions/download-artifact@v5
37+
- uses: actions/download-artifact@v6
3838
with:
3939
pattern: binaries-*
4040
merge-multiple: true

.github/workflows/publish-runtime.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.MBF_DOCKERHUB_PASSWORD }}
6969
registry: index.docker.io
7070
- name: Download original scripts
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: original-scripts
7474
path: original-scripts
@@ -115,26 +115,26 @@ jobs:
115115
ref: ${{ github.event.inputs.to }}
116116
fetch-depth: 0
117117
- name: Download moonbase runtime
118-
uses: actions/download-artifact@v5
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: moonbase-runtime
121121
path: build
122122
- name: Download moonriver runtime
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: moonriver-runtime
126126
path: build
127127
- name: Download moonbeam runtime
128-
uses: actions/download-artifact@v5
128+
uses: actions/download-artifact@v6
129129
with:
130130
name: moonbeam-runtime
131131
path: build
132132
- name: Use Node.js
133-
uses: actions/setup-node@v5
133+
uses: actions/setup-node@v6
134134
with:
135135
node-version-file: "test/.nvmrc"
136136
- name: Download Original Tools
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: original-tools
140140
path: original-tools

.github/workflows/publish-types-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 9
2727
run_install: false
2828
- name: Install Node.js
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version-file: "test/.nvmrc"
3232
cache: pnpm

.github/workflows/publish-typescript-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 9
2727
run_install: false
2828
- name: Install Node.js
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version-file: "test/.nvmrc"
3232
cache: pnpm

.github/workflows/runtime-release-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v5
3737
- name: Use Node.js
38-
uses: actions/setup-node@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version-file: "test/.nvmrc"
4141
- name: Download Original Tools
42-
uses: actions/download-artifact@v5
42+
uses: actions/download-artifact@v6
4343
with:
4444
name: original-tools
4545
path: original-tools
@@ -51,7 +51,7 @@ jobs:
5151
npm i
5252
npm run --silent print-runtime-release-issue -- --from ${{ github.event.inputs.from }} --to ${{ github.event.inputs.to }} --client ${{ github.event.inputs.client }} | tee ../runtime-release-issue.md
5353
- name: Create version bump issue
54-
uses: peter-evans/create-issue-from-file@v5
54+
uses: peter-evans/create-issue-from-file@v6
5555
with:
5656
title: runtime-${{ github.event.inputs.to }} release
5757
content-filepath: ./runtime-release-issue.md

0 commit comments

Comments
 (0)