Skip to content

Commit

Permalink
Merge pull request #33 from devilbox/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/upload-artifact-verify-action-0.1.4

Bump cytopia/upload-artifact-verify-action from 0.1.3 to 0.1.4
  • Loading branch information
cytopia authored May 14, 2022
2 parents 1541e85 + f6b8316 commit fa7bfee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-multistage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
###
- name: "[Artifact Save] (try-1)"
id: upload-1
uses: cytopia/[email protected].3
uses: cytopia/[email protected].4
continue-on-error: true
with:
name: ${{ steps.set-artifact-name.outputs.curr }}
Expand All @@ -163,7 +163,7 @@ jobs:

- name: "[Artifact Save] (try-2)"
id: upload-2
uses: cytopia/[email protected].3
uses: cytopia/[email protected].4
continue-on-error: true
with:
name: ${{ steps.set-artifact-name.outputs.curr }}
Expand All @@ -176,7 +176,7 @@ jobs:

- name: "[Artifact Save] (try-3)"
id: upload-3
uses: cytopia/[email protected].3
uses: cytopia/[email protected].4
with:
name: ${{ steps.set-artifact-name.outputs.curr }}
path: ${{ steps.set-artifact-name.outputs.curr }}
Expand Down

0 comments on commit fa7bfee

Please sign in to comment.