Skip to content

Commit fa7bfee

Browse files
authored
Merge pull request #33 from devilbox/dependabot/github_actions/cytopia/upload-artifact-verify-action-0.1.4
Bump cytopia/upload-artifact-verify-action from 0.1.3 to 0.1.4
2 parents 1541e85 + f6b8316 commit fa7bfee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
###
151151
- name: "[Artifact Save] (try-1)"
152152
id: upload-1
153-
uses: cytopia/upload-artifact-verify-action@v0.1.3
153+
uses: cytopia/upload-artifact-verify-action@v0.1.4
154154
continue-on-error: true
155155
with:
156156
name: ${{ steps.set-artifact-name.outputs.curr }}
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: "[Artifact Save] (try-2)"
165165
id: upload-2
166-
uses: cytopia/upload-artifact-verify-action@v0.1.3
166+
uses: cytopia/upload-artifact-verify-action@v0.1.4
167167
continue-on-error: true
168168
with:
169169
name: ${{ steps.set-artifact-name.outputs.curr }}
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: "[Artifact Save] (try-3)"
178178
id: upload-3
179-
uses: cytopia/upload-artifact-verify-action@v0.1.3
179+
uses: cytopia/upload-artifact-verify-action@v0.1.4
180180
with:
181181
name: ${{ steps.set-artifact-name.outputs.curr }}
182182
path: ${{ steps.set-artifact-name.outputs.curr }}

0 commit comments

Comments
 (0)