Skip to content

Commit 2fdc936

Browse files
build(deps): bump the ci_dependencies group across 1 directory with 6 updates
Bumps the ci_dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `6.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `5.0.0` | `6.0.0` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.6.1` | `2.7.0` | | [paritytech/review-bot](https://github.com/paritytech/review-bot) | `2.7.1` | `2.7.2` | | [denoland/setup-deno](https://github.com/denoland/setup-deno) | `1` | `2` | Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `actions/setup-node` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@a0853c2...2028fbc) Updates `lycheeverse/lychee-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@885c65f...a8c4c7c) Updates `paritytech/review-bot` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/paritytech/review-bot/releases) - [Commits](paritytech/review-bot@3428eb0...9a58280) Updates `denoland/setup-deno` from 1 to 2 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](denoland/setup-deno@v1...v2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci_dependencies - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci_dependencies - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci_dependencies - dependency-name: lycheeverse/lychee-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci_dependencies - dependency-name: paritytech/review-bot dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci_dependencies - dependency-name: denoland/setup-deno dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci_dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23d90a0 commit 2fdc936

26 files changed

+72
-72
lines changed

.github/workflows/bench-all-runtimes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
git reset
113113
114114
- name: Upload diff
115-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116116
with:
117117
name: diff-${{ matrix.runtime.name }}
118118
path: diff-${{ matrix.runtime.name }}.patch
@@ -128,7 +128,7 @@ jobs:
128128
ref: ${{ needs.runtime-matrix.outputs.branch }}
129129

130130
- name: Download all artifacts
131-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
131+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
132132
with:
133133
path: patches
134134

.github/workflows/benchmarks-networking.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ls -lsa ./charts
4343
4444
- name: Upload artifacts
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646
with:
4747
name: ${{ matrix.features.bench }}-${{ github.sha }}
4848
path: ./charts
@@ -63,13 +63,13 @@ jobs:
6363
- run: git checkout master --
6464

6565
- name: Download artifacts
66-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
66+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6767
with:
6868
name: notifications_protocol-${{ github.sha }}
6969
path: ./charts
7070

7171
- name: Download artifacts
72-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
72+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7373
with:
7474
name: request_response_protocol-${{ github.sha }}
7575
path: ./charts

.github/workflows/benchmarks-subsystem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ls -lsa ./charts
7070
7171
- name: Upload artifacts
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373
with:
7474
name: ${{matrix.features.bench}}
7575
path: ./charts
@@ -90,7 +90,7 @@ jobs:
9090
- run: git checkout master --
9191

9292
- name: Download artifacts
93-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
93+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9494
with:
9595
path: ./charts
9696

.github/workflows/build-publish-images.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: tar -cvf artifacts.tar artifacts
7878

7979
- name: upload artifacts
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181
with:
8282
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
8383
path: artifacts.tar
@@ -117,7 +117,7 @@ jobs:
117117
run: tar -cvf artifacts.tar artifacts
118118

119119
- name: upload artifacts
120-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
121121
with:
122122
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
123123
path: artifacts.tar
@@ -161,7 +161,7 @@ jobs:
161161
run: tar -cvf artifacts.tar artifacts
162162

163163
- name: upload artifacts
164-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
164+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
165165
with:
166166
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
167167
path: artifacts.tar
@@ -204,7 +204,7 @@ jobs:
204204
run: tar -cvf artifacts.tar artifacts
205205

206206
- name: upload artifacts
207-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
207+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
208208
with:
209209
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
210210
path: artifacts.tar
@@ -246,7 +246,7 @@ jobs:
246246
run: tar -cvf artifacts.tar artifacts
247247

248248
- name: upload artifacts
249-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
249+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
250250
with:
251251
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
252252
path: artifacts.tar
@@ -293,7 +293,7 @@ jobs:
293293
run: tar -cvf artifacts.tar artifacts
294294

295295
- name: upload artifacts
296-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
296+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
297297
with:
298298
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
299299
path: artifacts.tar
@@ -336,7 +336,7 @@ jobs:
336336
run: tar -cvf artifacts.tar artifacts
337337

338338
- name: upload artifacts
339-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
339+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
340340
with:
341341
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
342342
path: artifacts.tar
@@ -375,7 +375,7 @@ jobs:
375375
run: tar -cvf artifacts.tar artifacts
376376

377377
- name: upload artifacts
378-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
378+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
379379
with:
380380
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
381381
path: artifacts.tar
@@ -405,7 +405,7 @@ jobs:
405405
run: tar -cvf artifacts.tar artifacts
406406

407407
- name: upload artifacts
408-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
408+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
409409
with:
410410
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
411411
path: artifacts.tar
@@ -435,7 +435,7 @@ jobs:
435435
run: tar -cvf artifacts.tar artifacts
436436

437437
- name: upload artifacts
438-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
438+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
439439
with:
440440
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
441441
path: artifacts.tar
@@ -462,7 +462,7 @@ jobs:
462462
run: tar -cvf artifacts.tar artifacts
463463

464464
- name: upload artifacts
465-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
465+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
466466
with:
467467
name: ${{ github.job }}-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
468468
path: artifacts.tar
@@ -481,7 +481,7 @@ jobs:
481481
- name: Checkout
482482
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
483483

484-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
484+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
485485
with:
486486
name: build-test-parachain-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
487487

@@ -507,7 +507,7 @@ jobs:
507507
- name: Checkout
508508
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
509509

510-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
510+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
511511
with:
512512
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
513513

@@ -533,7 +533,7 @@ jobs:
533533
- name: Checkout
534534
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
535535

536-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
536+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
537537
with:
538538
name: build-test-collators-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
539539

@@ -559,7 +559,7 @@ jobs:
559559
- name: Checkout
560560
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
561561

562-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
562+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
563563
with:
564564
name: build-malus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
565565

@@ -585,7 +585,7 @@ jobs:
585585
- name: Checkout
586586
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
587587

588-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
588+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
589589
with:
590590
name: build-linux-substrate-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
591591

@@ -619,23 +619,23 @@ jobs:
619619
- name: Checkout
620620
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
621621

622-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
622+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
623623
with:
624624
name: build-linux-stable-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
625625
- name: tar
626626
run: |
627627
tar -xvf artifacts.tar
628628
rm artifacts.tar
629629
630-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
630+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
631631
with:
632632
name: build-linux-stable-cumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
633633
- name: tar
634634
run: |
635635
tar -xvf artifacts.tar
636636
rm artifacts.tar
637637
638-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
638+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
639639
with:
640640
name: prepare-bridges-zombienet-artifacts-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
641641
- name: tar
@@ -662,7 +662,7 @@ jobs:
662662
- name: Checkout
663663
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
664664

665-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
665+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
666666
with:
667667
name: build-linux-stable-cumulus-${{ needs.preflight.outputs.SOURCE_REF_SLUG }}
668668

.github/workflows/check-licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout sources
2727
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
28-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
28+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2929
with:
3030
node-version: "18.x"
3131
registry-url: "https://npm.pkg.github.com"
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Checkout sources
6565
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
66-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
66+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
6767
with:
6868
node-version: "18.x"
6969
registry-url: "https://npm.pkg.github.com"

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.0 (22. Sep 2023)
3737

3838
- name: Lychee link checker
39-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # for v1.9.1 (10. Jan 2024)
39+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # for v1.9.1 (10. Jan 2024)
4040
with:
4141
args: >-
4242
--config .config/lychee.toml

.github/workflows/checks-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Checkout sources
116116
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
117117
- name: Setup Node.js
118-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
118+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
119119
with:
120120
node-version: "18.x"
121121
registry-url: "https://npm.pkg.github.com"

.github/workflows/cmd-run.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,25 +200,25 @@ jobs:
200200
201201
- name: Upload command output
202202
if: ${{ always() }}
203-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
203+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
204204
with:
205205
name: command-output
206206
path: /tmp/cmd/command_output.log
207207

208208
- name: Upload command diff
209-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
209+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
210210
with:
211211
name: command-diff
212212
path: /tmp/cmd/command_diff.patch
213213

214214
- name: Upload git status
215-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
215+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
216216
with:
217217
name: git-status
218218
path: /tmp/cmd/git_status.log
219219

220220
- name: Upload git diff
221-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
221+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
222222
with:
223223
name: git-diff
224224
path: /tmp/cmd/git_diff.log
@@ -263,7 +263,7 @@ jobs:
263263
} >> $GITHUB_OUTPUT
264264
265265
- name: Upload Subweight
266-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
266+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
267267
if: startsWith(github.event.inputs.cmd, 'bench')
268268
with:
269269
name: subweight
@@ -293,7 +293,7 @@ jobs:
293293
ref: ${{ env.PR_BRANCH }}
294294

295295
- name: Download all artifacts
296-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
296+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
297297
with:
298298
name: command-diff
299299
path: command-diff

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
inject_simple_analytics "$docs_dir" "$script_content"
6767
- run: echo "<meta http-equiv=refresh content=0;url=polkadot_sdk_docs/index.html>" > ./crate-docs/index.html
68-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6969
with:
7070
name: ${{ github.sha }}-doc
7171
path: ./crate-docs/
@@ -89,7 +89,7 @@ jobs:
8989
- run: mdbook build ./polkadot/roadmap/implementers-guide
9090
- run: mkdir -p artifacts
9191
- run: mv polkadot/roadmap/implementers-guide/book artifacts/
92-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9393
with:
9494
name: ${{ github.sha }}-guide
9595
path: ./artifacts/
@@ -134,12 +134,12 @@ jobs:
134134
env:
135135
REF_NAME: ${{ github.head_ref || github.ref_name }}
136136
- name: Download rustdocs
137-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
137+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
138138
with:
139139
name: ${{ github.sha }}-doc
140140
path: ${{ github.head_ref || github.ref_name }}
141141
- name: Download guide
142-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
142+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
143143
with:
144144
name: ${{ github.sha }}-guide
145145
path: /tmp

.github/workflows/misc-sync-templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cp dev_chain_spec.json artifacts-${{ matrix.template }}/dev_chain_spec.json
8181
8282
- name: Upload template directory
83-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
83+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8484
with:
8585
name: artifacts-${{ matrix.template }}
8686
path: artifacts-${{ matrix.template }}/dev_chain_spec.json
@@ -108,7 +108,7 @@ jobs:
108108
path: polkadot-sdk
109109
ref: "${{ github.event.inputs.stable_release_branch }}"
110110
- name: Download template artifacts
111-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
111+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
112112
with:
113113
name: artifacts-${{ matrix.template }}
114114
path: templates/${{ matrix.template }}/

0 commit comments

Comments
 (0)