@@ -104,15 +104,15 @@ jobs:
104104 java-version : ${{ matrix.java.java-version }}
105105 distribution : ' temurin'
106106 - name : Download Maven Repo
107- uses : actions/download-artifact@v5
107+ uses : actions/download-artifact@v6
108108 with :
109109 name : maven-repo
110110 path : .
111111 - name : Extract Maven Repo
112112 shell : bash
113113 run : tar -xzf maven-repo.tgz -C ~
114114 - name : Download Patched WildFly
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : wildfly-patched-zip
118118 path : .
@@ -170,15 +170,15 @@ jobs:
170170 java-version : ${{ matrix.java.java-version }}
171171 distribution : ' temurin'
172172 - name : Download Maven Repo
173- uses : actions/download-artifact@v5
173+ uses : actions/download-artifact@v6
174174 with :
175175 name : maven-repo
176176 path : .
177177 - name : Extract Maven Repo
178178 shell : bash
179179 run : tar -xzf maven-repo.tgz -C ~
180180 - name : Download Patched WildFly
181- uses : actions/download-artifact@v5
181+ uses : actions/download-artifact@v6
182182 with :
183183 name : wildfly-patched-zip
184184 path : .
@@ -231,15 +231,15 @@ jobs:
231231 java-version : ${{ matrix.java.java-version }}
232232 distribution : ' temurin'
233233 - name : Download Maven Repo
234- uses : actions/download-artifact@v5
234+ uses : actions/download-artifact@v6
235235 with :
236236 name : maven-repo
237237 path : .
238238 - name : Extract Maven Repo
239239 shell : bash
240240 run : tar -xzf maven-repo.tgz -C ~
241241 - name : Download Patched WildFly
242- uses : actions/download-artifact@v5
242+ uses : actions/download-artifact@v6
243243 with :
244244 name : wildfly-patched-zip
245245 path : .
@@ -308,7 +308,7 @@ jobs:
308308 java-version : ${{ matrix.java.java-version }}
309309 distribution : ' temurin'
310310 - name : Download Maven Repo
311- uses : actions/download-artifact@v5
311+ uses : actions/download-artifact@v6
312312 with :
313313 name : maven-repo
314314 path : .
@@ -345,15 +345,15 @@ jobs:
345345 java-version : 17
346346 distribution : ' temurin'
347347 - name : Download Maven Repo
348- uses : actions/download-artifact@v5
348+ uses : actions/download-artifact@v6
349349 with :
350350 name : maven-repo
351351 path : .
352352 - name : Extract Maven Repo
353353 shell : bash
354354 run : tar -xzf maven-repo.tgz -C ~
355355 - name : Download Patched WildFly
356- uses : actions/download-artifact@v5
356+ uses : actions/download-artifact@v6
357357 with :
358358 name : wildfly-patched-zip
359359 path : .
@@ -417,7 +417,7 @@ jobs:
417417 java-version : ${{ matrix.java.java-version }}
418418 distribution : ' temurin'
419419 - name : Download Maven Repo
420- uses : actions/download-artifact@v5
420+ uses : actions/download-artifact@v6
421421 with :
422422 name : maven-repo
423423 path : .
@@ -452,7 +452,7 @@ jobs:
452452 java-version : 17
453453 distribution : ' temurin'
454454 - name : Download Maven Repo
455- uses : actions/download-artifact@v5
455+ uses : actions/download-artifact@v6
456456 with :
457457 name : maven-repo
458458 path : .
0 commit comments