File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,12 +190,12 @@ jobs:
190190 docker push javaplayground/$c
191191 done
192192 - name : Download backend
193- uses : actions/download-artifact@v3
193+ uses : actions/download-artifact@v4
194194 with :
195195 name : backend
196196 path : server/
197197 - name : Download frontend
198- uses : actions/download-artifact@v3
198+ uses : actions/download-artifact@v4
199199 with :
200200 name : frontend
201201 path : server/build/
Original file line number Diff line number Diff line change @@ -285,13 +285,13 @@ workflows:
285285 done
286286
287287 - name : " Download backend"
288- uses : actions/download-artifact@v3
288+ uses : actions/download-artifact@v4
289289 with :
290290 name : backend
291291 path : server/
292292
293293 - name : " Download frontend"
294- uses : actions/download-artifact@v3
294+ uses : actions/download-artifact@v4
295295 with :
296296 name : frontend
297297 path : server/build/
You can’t perform that action at this time.
0 commit comments