Skip to content

Commit

Permalink
Bump cytopia/download-artifact-retry-action from 0.1.4 to 0.1.5
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 23, 2022
1 parent 3f9a29d commit aa94c20
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 aa94c20

Please sign in to comment.