File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 # ## Download and import previously built image (if it exists)
113113 # ##
114114 - name : " [Artifact Load] Download previously built image"
115- uses : cytopia/download-artifact-retry-action@v0.1.1
115+ uses : cytopia/download-artifact-retry-action@v0.1.3
116116 with :
117117 name : ${{ steps.set-artifact-name.outputs.prev }}
118118 if : ${{ inputs.stage_prev != '' }}
@@ -161,7 +161,7 @@ jobs:
161161 # ## Export current image
162162 # ##
163163 - name : " [Artifact Save] Upload built artifact"
164- uses : cytopia/upload-artifact-retry-action@v0.1.5
164+ uses : cytopia/upload-artifact-retry-action@v0.1.6
165165 with :
166166 name : ${{ steps.set-artifact-name.outputs.curr }}
167167 path : ${{ steps.set-artifact-name.outputs.curr }}
Original file line number Diff line number Diff line change 9696 # ## Download and import previously built image
9797 # ##
9898 - name : " [Artifact Load] Download previously built image"
99- uses : cytopia/download-artifact-retry-action@v0.1.1
99+ uses : cytopia/download-artifact-retry-action@v0.1.3
100100 with :
101101 name : ${{ steps.set-artifact-name.outputs.curr }}
102102
Original file line number Diff line number Diff line change 7878 # ## Download and import previously built image
7979 # ##
8080 - name : " [Artifact Load] Download previously built image"
81- uses : cytopia/download-artifact-retry-action@v0.1.1
81+ uses : cytopia/download-artifact-retry-action@v0.1.3
8282 with :
8383 name : ${{ steps.set-artifact-name.outputs.curr }}
8484
You can’t perform that action at this time.
0 commit comments