From 7627982dc8f61b6da38e7cc74c0e5b15b75632fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:30:56 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24833c651..fbd96428a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: - uses: actions/checkout@v4 - name: Download binary artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: cheqd-noded @@ -117,7 +117,7 @@ jobs: run: sudo chmod +x ${{ env.RUNNER_BIN_DIR }}/cheqd-noded - name: Download node Docker image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: cheqd-node-build.tar @@ -200,7 +200,7 @@ jobs: # run: go install github.com/onsi/ginkgo/v2/ginkgo@latest # - name: Download new version of the Docker image (build-latest) - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: cheqd-node-build.tar @@ -241,7 +241,7 @@ jobs: # path: report-post-upgrade.xml # - name: Download binary artifact (build-latest) - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # id: download # with: # name: cheqd-noded @@ -305,37 +305,37 @@ jobs: - uses: actions/checkout@v4 - name: Download unit test - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: report-unit.xml - name: Download integration test report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: report-integration.xml # - name: Download pre-upgrade test Report - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: report-pre-upgrade.xml # - name: Download post-upgrade test Report - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: report-post-upgrade.xml # - name: Download upgraded integration test Report - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: report-upgraded-integration.xml # - name: Download pricing proposal test Report - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: report-pricing-proposal.xml # - name: Download pricing change test Report - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: report-pricing-change.xml