Skip to content

Commit c65f2fd

Browse files
Bump cytopia/download-artifact-retry-action from 0.1.5 to 0.1.10 (#85)
Bumps [cytopia/download-artifact-retry-action](https://github.com/cytopia/download-artifact-retry-action) from 0.1.5 to 0.1.10. - [Release notes](https://github.com/cytopia/download-artifact-retry-action/releases) - [Commits](cytopia/download-artifact-retry-action@v0.1.5...v0.1.10) --- updated-dependencies: - dependency-name: cytopia/download-artifact-retry-action dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44cf163 commit c65f2fd

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.5
122+
uses: cytopia/download-artifact-retry-action@v0.1.10
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.5
98+
uses: cytopia/download-artifact-retry-action@v0.1.10
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.5
80+
uses: cytopia/download-artifact-retry-action@v0.1.10
8181
with:
8282
name: ${{ steps.set-artifact-name.outputs.curr }}
8383

0 commit comments

Comments
 (0)