Skip to content

Commit e1a4404

Browse files
authored
Merge pull request #62 from devilbox/update-versions
Bump download-artifact-retry-action to 0.1.4
2 parents da1882f + cb0d837 commit e1a4404

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
@@ -112,7 +112,7 @@ jobs:
112112
### Download and import previously built image (if it exists)
113113
###
114114
- name: "[Artifact Load] Download previously built image"
115-
uses: cytopia/[email protected].3
115+
uses: cytopia/[email protected].4
116116
with:
117117
name: ${{ steps.set-artifact-name.outputs.prev }}
118118
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
@@ -96,7 +96,7 @@ jobs:
9696
### Download and import previously built image
9797
###
9898
- name: "[Artifact Load] Download previously built image"
99-
uses: cytopia/[email protected].3
99+
uses: cytopia/[email protected].4
100100
with:
101101
name: ${{ steps.set-artifact-name.outputs.curr }}
102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
### Download and import previously built image
7979
###
8080
- name: "[Artifact Load] Download previously built image"
81-
uses: cytopia/[email protected].3
81+
uses: cytopia/[email protected].4
8282
with:
8383
name: ${{ steps.set-artifact-name.outputs.curr }}
8484

0 commit comments

Comments
 (0)