Skip to content

Commit b221a10

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c330402 commit b221a10

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v5
112112

113113
- name: Download binary artifact
114-
uses: actions/download-artifact@v5
114+
uses: actions/download-artifact@v6
115115
id: download
116116
with:
117117
name: cheqd-noded
@@ -121,7 +121,7 @@ jobs:
121121
run: sudo chmod +x ${{ env.RUNNER_BIN_DIR }}/cheqd-noded
122122

123123
- name: Download node Docker image
124-
uses: actions/download-artifact@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: cheqd-node-build.tar
127127

@@ -212,7 +212,7 @@ jobs:
212212
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
213213

214214
- name: Download new version of the Docker image (build-latest)
215-
uses: actions/download-artifact@v5
215+
uses: actions/download-artifact@v6
216216
with:
217217
name: cheqd-node-build.tar
218218

@@ -288,7 +288,7 @@ jobs:
288288
docker ps -a
289289
290290
- name: Download binary artifact (build-latest)
291-
uses: actions/download-artifact@v5
291+
uses: actions/download-artifact@v6
292292
id: download
293293
with:
294294
name: cheqd-noded
@@ -363,36 +363,36 @@ jobs:
363363
- uses: actions/checkout@v5
364364

365365
- name: Download unit test
366-
uses: actions/download-artifact@v5
366+
uses: actions/download-artifact@v6
367367
with:
368368
name: report-unit.xml
369369

370370
- name: Download integration test report
371-
uses: actions/download-artifact@v5
371+
uses: actions/download-artifact@v6
372372
with:
373373
name: report-integration.xml
374374

375375
- name: Download pre-upgrade test Report
376-
uses: actions/download-artifact@v5
376+
uses: actions/download-artifact@v6
377377
with:
378378
name: report-pre-upgrade.xml
379379

380380
- name: Download post-upgrade test Report
381-
uses: actions/download-artifact@v5
381+
uses: actions/download-artifact@v6
382382
with:
383383
name: report-post-upgrade.xml
384384

385385
- name: Download upgraded integration test Report
386-
uses: actions/download-artifact@v5
386+
uses: actions/download-artifact@v6
387387
with:
388388
name: report-upgraded-integration.xml
389389

390390
- name: Download pricing proposal test Report
391-
uses: actions/download-artifact@v5
391+
uses: actions/download-artifact@v6
392392
with:
393393
name: report-pricing-proposal.xml
394394
- name: Download pricing change test Report
395-
uses: actions/download-artifact@v5
395+
uses: actions/download-artifact@v6
396396
with:
397397
name: report-pricing-change.xml
398398
- name: Combine test results

0 commit comments

Comments
 (0)