Skip to content

Commit aa94c20

Browse files
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](cytopia/download-artifact-retry-action@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] <support@github.com>
1 parent 3f9a29d commit aa94c20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# Artifact Import
120120
# ------------------------------------------------------------
121121
- name: "[Artifact Load] Download previously built image"
122-
uses: cytopia/download-artifact-retry-action@v0.1.4
122+
uses: cytopia/download-artifact-retry-action@v0.1.5
123123
with:
124124
name: ${{ steps.set-artifact-name.outputs.prev }}
125125
if: ${{ inputs.stage_prev != '' }}

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
### Download and import previously built image
9696
###
9797
- name: "[Artifact Load] Download previously built image"
98-
uses: cytopia/download-artifact-retry-action@v0.1.4
98+
uses: cytopia/download-artifact-retry-action@v0.1.5
9999
with:
100100
name: ${{ steps.set-artifact-name.outputs.curr }}
101101

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
### Download and import previously built image
7878
###
7979
- name: "[Artifact Load] Download previously built image"
80-
uses: cytopia/download-artifact-retry-action@v0.1.4
80+
uses: cytopia/download-artifact-retry-action@v0.1.5
8181
with:
8282
name: ${{ steps.set-artifact-name.outputs.curr }}
8383

0 commit comments

Comments
 (0)