Skip to content

Commit 600e3b7

Browse files
committed
Update download artifact action
1 parent a2d4676 commit 600e3b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

ci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)