File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 # Prepare archive for deploying
5252 - name : Archive production artifacts
5353 if : ${{ success() }}
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : dist-itowns
5757 path : |
@@ -127,7 +127,7 @@ jobs:
127127
128128 # Download artifact from build
129129 - name : Download itowns bundle
130- uses : actions/download-artifact@v3
130+ uses : actions/download-artifact@v4
131131 with :
132132 name : dist-itowns
133133
@@ -202,7 +202,7 @@ jobs:
202202
203203 # Download artifact from build
204204 - name : Download itowns bundle
205- uses : actions/download-artifact@v3
205+ uses : actions/download-artifact@v4
206206 with :
207207 name : dist-itowns
208208
@@ -288,7 +288,7 @@ jobs:
288288
289289 # Download artifact from build
290290 - name : Download itowns bundle
291- uses : actions/download-artifact@v3
291+ uses : actions/download-artifact@v4
292292 with :
293293 name : dist-itowns
294294
You can’t perform that action at this time.
0 commit comments