Skip to content

Commit acd6286

Browse files
authored
Bump actions/download-artifact from 4 to 5 (#1516)
2 parents eda3d74 + 155dbfb commit acd6286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
submodules: recursive
160160

161-
- uses: actions/download-artifact@v4
161+
- uses: actions/download-artifact@v5
162162
with:
163163
name: 'SlimeVR-Server'
164164
path: server/desktop/build/libs/
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
submodules: recursive
258258

259-
- uses: actions/download-artifact@v4
259+
- uses: actions/download-artifact@v5
260260
with:
261261
name: 'SlimeVR-Server'
262262
path: server/desktop/build/libs/
@@ -336,7 +336,7 @@ jobs:
336336
with:
337337
submodules: recursive
338338

339-
- uses: actions/download-artifact@v4
339+
- uses: actions/download-artifact@v5
340340
with:
341341
name: 'SlimeVR-Server'
342342
path: server/desktop/build/libs/

0 commit comments

Comments
 (0)