@@ -106,15 +106,15 @@ jobs:
106106 java-version : ${{ matrix.java.java-version }}
107107 distribution : ' temurin'
108108 - name : Download Maven Repo
109- uses : actions/download-artifact@v5
109+ uses : actions/download-artifact@v6
110110 with :
111111 name : maven-repo
112112 path : .
113113 - name : Extract Maven Repo
114114 shell : bash
115115 run : tar -xzf maven-repo.tgz -C ~
116116 - name : Download Patched WildFly
117- uses : actions/download-artifact@v5
117+ uses : actions/download-artifact@v6
118118 with :
119119 name : wildfly-patched-zip
120120 path : .
@@ -174,15 +174,15 @@ jobs:
174174 java-version : ${{ matrix.java.java-version }}
175175 distribution : ' temurin'
176176 - name : Download Maven Repo
177- uses : actions/download-artifact@v5
177+ uses : actions/download-artifact@v6
178178 with :
179179 name : maven-repo
180180 path : .
181181 - name : Extract Maven Repo
182182 shell : bash
183183 run : tar -xzf maven-repo.tgz -C ~
184184 - name : Download Patched WildFly
185- uses : actions/download-artifact@v5
185+ uses : actions/download-artifact@v6
186186 with :
187187 name : wildfly-patched-zip
188188 path : .
@@ -233,15 +233,15 @@ jobs:
233233 java-version : ${{ matrix.java.java-version }}
234234 distribution : ' temurin'
235235 - name : Download Maven Repo
236- uses : actions/download-artifact@v5
236+ uses : actions/download-artifact@v6
237237 with :
238238 name : maven-repo
239239 path : .
240240 - name : Extract Maven Repo
241241 shell : bash
242242 run : tar -xzf maven-repo.tgz -C ~
243243 - name : Download Patched WildFly
244- uses : actions/download-artifact@v5
244+ uses : actions/download-artifact@v6
245245 with :
246246 name : wildfly-patched-zip
247247 path : .
@@ -314,7 +314,7 @@ jobs:
314314 java-version : ${{ matrix.java.java-version }}
315315 distribution : ' temurin'
316316 - name : Download Maven Repo
317- uses : actions/download-artifact@v5
317+ uses : actions/download-artifact@v6
318318 with :
319319 name : maven-repo
320320 path : .
@@ -349,15 +349,15 @@ jobs:
349349 java-version : 17
350350 distribution : ' temurin'
351351 - name : Download Maven Repo
352- uses : actions/download-artifact@v5
352+ uses : actions/download-artifact@v6
353353 with :
354354 name : maven-repo
355355 path : .
356356 - name : Extract Maven Repo
357357 shell : bash
358358 run : tar -xzf maven-repo.tgz -C ~
359359 - name : Download Patched WildFly
360- uses : actions/download-artifact@v5
360+ uses : actions/download-artifact@v6
361361 with :
362362 name : wildfly-patched-zip
363363 path : .
@@ -425,7 +425,7 @@ jobs:
425425 java-version : ${{ matrix.java.java-version }}
426426 distribution : ' temurin'
427427 - name : Download Maven Repo
428- uses : actions/download-artifact@v5
428+ uses : actions/download-artifact@v6
429429 with :
430430 name : maven-repo
431431 path : .
@@ -460,7 +460,7 @@ jobs:
460460 java-version : 17
461461 distribution : ' temurin'
462462 - name : Download Maven Repo
463- uses : actions/download-artifact@v5
463+ uses : actions/download-artifact@v6
464464 with :
465465 name : maven-repo
466466 path : .
0 commit comments