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 @@ -119,7 +119,7 @@ jobs:
119119 # Artifact Import
120120 # ------------------------------------------------------------
121121 - name : " [Artifact Load] Download previously built image"
122- uses : cytopia/download-artifact-retry-action@v0.1.4
122+ uses : cytopia/download-artifact-retry-action@v0.1.5
123123 with :
124124 name : ${{ steps.set-artifact-name.outputs.prev }}
125125 if : ${{ inputs.stage_prev != '' }}
Original file line number Diff line number Diff line change 9595 # ## Download and import previously built image
9696 # ##
9797 - name : " [Artifact Load] Download previously built image"
98- uses : cytopia/download-artifact-retry-action@v0.1.4
98+ uses : cytopia/download-artifact-retry-action@v0.1.5
9999 with :
100100 name : ${{ steps.set-artifact-name.outputs.curr }}
101101
Original file line number Diff line number Diff line change 7777 # ## Download and import previously built image
7878 # ##
7979 - name : " [Artifact Load] Download previously built image"
80- uses : cytopia/download-artifact-retry-action@v0.1.4
80+ uses : cytopia/download-artifact-retry-action@v0.1.5
8181 with :
8282 name : ${{ steps.set-artifact-name.outputs.curr }}
8383
You can’t perform that action at this time.
0 commit comments