File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.3
115+ uses : cytopia/download-artifact-retry-action@v0.1.4
116116 with :
117117 name : ${{ steps.set-artifact-name.outputs.prev }}
118118 if : ${{ inputs.stage_prev != '' }}
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.3
99+ uses : cytopia/download-artifact-retry-action@v0.1.4
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.3
81+ uses : cytopia/download-artifact-retry-action@v0.1.4
8282 with :
8383 name : ${{ steps.set-artifact-name.outputs.curr }}
8484
You can’t perform that action at this time.
0 commit comments