File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 - name : " [Artifact Load] Download previously built image"
9595 uses : Wandalen/wretry.action@v1.0.12
9696 with :
97- action : actions/download-artifact@v3
97+ action : actions/download-artifact@v2
9898 with : |
9999 name: ${{ steps.set-artifact-name.outputs.prev }}
100100 attempt_limit : 20
@@ -150,7 +150,7 @@ jobs:
150150 - name : " [Artifact Save] Upload currently built image"
151151 uses : Wandalen/wretry.action@v1.0.12
152152 with :
153- action : actions/upload-artifact@v3
153+ action : actions/upload-artifact@v2
154154 with : |
155155 name: ${{ steps.set-artifact-name.outputs.curr }}
156156 path: ${{ steps.set-artifact-name.outputs.curr }}
@@ -163,7 +163,7 @@ jobs:
163163 # ## Verify uploaded image
164164 # ##
165165 - name : " [Artifact Save] Download (verify)"
166- uses : actions/download-artifact@v3
166+ uses : actions/download-artifact@v2
167167 with :
168168 name : ${{ steps.set-artifact-name.outputs.curr }}
169169 path : ${{ steps.set-artifact-name.outputs.curr }}.tmp
Original file line number Diff line number Diff line change 9898 - name : " [Artifact Load] Download previously built image"
9999 uses : Wandalen/wretry.action@v1.0.12
100100 with :
101- action : actions/download-artifact@v3
101+ action : actions/download-artifact@v2
102102 with : |
103103 name: ${{ steps.set-artifact-name.outputs.curr }}
104104 attempt_limit : 20
Original file line number Diff line number Diff line change 8080 - name : " [Artifact Load] Download previously built image"
8181 uses : Wandalen/wretry.action@v1.0.12
8282 with :
83- action : actions/download-artifact@v3
83+ action : actions/download-artifact@v2
8484 with : |
8585 name: ${{ steps.set-artifact-name.outputs.curr }}
8686 attempt_limit : 20
You can’t perform that action at this time.
0 commit comments