Skip to content

Commit c5d7e93

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 aae5530 commit c5d7e93

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

@@ -246,7 +246,7 @@ jobs:
246246
docker ps -a
247247
248248
- name: Download binary artifact (build-latest)
249-
uses: actions/download-artifact@v5
249+
uses: actions/download-artifact@v6
250250
id: download
251251
with:
252252
name: cheqd-noded
@@ -321,36 +321,36 @@ jobs:
321321
- uses: actions/checkout@v5
322322

323323
- name: Download unit test
324-
uses: actions/download-artifact@v5
324+
uses: actions/download-artifact@v6
325325
with:
326326
name: report-unit.xml
327327

328328
- name: Download integration test report
329-
uses: actions/download-artifact@v5
329+
uses: actions/download-artifact@v6
330330
with:
331331
name: report-integration.xml
332332

333333
- name: Download pre-upgrade test Report
334-
uses: actions/download-artifact@v5
334+
uses: actions/download-artifact@v6
335335
with:
336336
name: report-pre-upgrade.xml
337337

338338
- name: Download post-upgrade test Report
339-
uses: actions/download-artifact@v5
339+
uses: actions/download-artifact@v6
340340
with:
341341
name: report-post-upgrade.xml
342342

343343
- name: Download upgraded integration test Report
344-
uses: actions/download-artifact@v5
344+
uses: actions/download-artifact@v6
345345
with:
346346
name: report-upgraded-integration.xml
347347

348348
- name: Download pricing proposal test Report
349-
uses: actions/download-artifact@v5
349+
uses: actions/download-artifact@v6
350350
with:
351351
name: report-pricing-proposal.xml
352352
- name: Download pricing change test Report
353-
uses: actions/download-artifact@v5
353+
uses: actions/download-artifact@v6
354354
with:
355355
name: report-pricing-change.xml
356356
- name: Combine test results

0 commit comments

Comments
 (0)