diff --git a/.github/workflows/docker-multistage-build.yml b/.github/workflows/docker-multistage-build.yml index fbbee0c..89af10e 100644 --- a/.github/workflows/docker-multistage-build.yml +++ b/.github/workflows/docker-multistage-build.yml @@ -154,7 +154,7 @@ jobs: ### - name: "[Artifact Save] (try-1)" id: upload-1 - uses: cytopia/upload-artifact-verify-action@v0.1.3 + uses: cytopia/upload-artifact-verify-action@v0.1.4 continue-on-error: true with: name: ${{ steps.set-artifact-name.outputs.curr }} @@ -167,7 +167,7 @@ jobs: - name: "[Artifact Save] (try-2)" id: upload-2 - uses: cytopia/upload-artifact-verify-action@v0.1.3 + uses: cytopia/upload-artifact-verify-action@v0.1.4 continue-on-error: true with: name: ${{ steps.set-artifact-name.outputs.curr }} @@ -180,7 +180,7 @@ jobs: - name: "[Artifact Save] (try-3)" id: upload-3 - uses: cytopia/upload-artifact-verify-action@v0.1.3 + uses: cytopia/upload-artifact-verify-action@v0.1.4 with: name: ${{ steps.set-artifact-name.outputs.curr }} path: ${{ steps.set-artifact-name.outputs.curr }}