Skip to content

Commit a96098f

Browse files
authored
Merge pull request #73 from devilbox/dependabot/github_actions/cytopia/download-artifact-retry-action-0.1.5
Bump cytopia/download-artifact-retry-action from 0.1.4 to 0.1.5
2 parents 3f9a29d + aa94c20 commit a96098f

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/[email protected].4
122+
uses: cytopia/[email protected].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/[email protected].4
98+
uses: cytopia/[email protected].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/[email protected].4
80+
uses: cytopia/[email protected].5
8181
with:
8282
name: ${{ steps.set-artifact-name.outputs.curr }}
8383

0 commit comments

Comments
 (0)