Skip to content

Commit

Permalink
Merge pull request #73 from devilbox/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/download-artifact-retry-action-0.1.5

Bump cytopia/download-artifact-retry-action from 0.1.4 to 0.1.5
  • Loading branch information
cytopia committed Nov 23, 2022
2 parents 3f9a29d + aa94c20 commit a96098f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit a96098f

Please sign in to comment.