From aa94c20ab0c4658b73f9f025f580d872041a3e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 01:00:22 +0000 Subject: [PATCH] Bump cytopia/download-artifact-retry-action from 0.1.4 to 0.1.5 Bumps [cytopia/download-artifact-retry-action](https://github.com/cytopia/download-artifact-retry-action) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/cytopia/download-artifact-retry-action/releases) - [Commits](https://github.com/cytopia/download-artifact-retry-action/compare/v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: cytopia/download-artifact-retry-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-multistage-build.yml | 2 +- .github/workflows/docker-multistage-push-image.yml | 2 +- .github/workflows/docker-multistage-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-multistage-build.yml b/.github/workflows/docker-multistage-build.yml index 40fbf2d..a6336c3 100644 --- a/.github/workflows/docker-multistage-build.yml +++ b/.github/workflows/docker-multistage-build.yml @@ -119,7 +119,7 @@ jobs: # Artifact Import # ------------------------------------------------------------ - name: "[Artifact Load] Download previously built image" - uses: cytopia/download-artifact-retry-action@v0.1.4 + uses: cytopia/download-artifact-retry-action@v0.1.5 with: name: ${{ steps.set-artifact-name.outputs.prev }} if: ${{ inputs.stage_prev != '' }} diff --git a/.github/workflows/docker-multistage-push-image.yml b/.github/workflows/docker-multistage-push-image.yml index a5cedd3..37ab390 100644 --- a/.github/workflows/docker-multistage-push-image.yml +++ b/.github/workflows/docker-multistage-push-image.yml @@ -95,7 +95,7 @@ jobs: ### Download and import previously built image ### - name: "[Artifact Load] Download previously built image" - uses: cytopia/download-artifact-retry-action@v0.1.4 + uses: cytopia/download-artifact-retry-action@v0.1.5 with: name: ${{ steps.set-artifact-name.outputs.curr }} diff --git a/.github/workflows/docker-multistage-test.yml b/.github/workflows/docker-multistage-test.yml index 06733cc..0a2d165 100644 --- a/.github/workflows/docker-multistage-test.yml +++ b/.github/workflows/docker-multistage-test.yml @@ -77,7 +77,7 @@ jobs: ### Download and import previously built image ### - name: "[Artifact Load] Download previously built image" - uses: cytopia/download-artifact-retry-action@v0.1.4 + uses: cytopia/download-artifact-retry-action@v0.1.5 with: name: ${{ steps.set-artifact-name.outputs.curr }}