File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 cd quickstarts
3434 mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar
3535 shell : bash
36- - uses : actions/upload-artifact@v5
36+ - uses : actions/upload-artifact@v6
3737 if : failure()
3838 with :
3939 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
7878 cd quickstarts
7979 mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }}
8080 shell : bash
81- - uses : actions/upload-artifact@v5
81+ - uses : actions/upload-artifact@v6
8282 if : failure()
8383 with :
8484 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 bash $FILE
152152 fi
153153 shell : bash
154- - uses : actions/upload-artifact@v5
154+ - uses : actions/upload-artifact@v6
155155 if : failure()
156156 with :
157157 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
@@ -254,7 +254,7 @@ jobs:
254254 bash $FILE
255255 fi
256256 shell : bash
257- - uses : actions/upload-artifact@v5
257+ - uses : actions/upload-artifact@v6
258258 if : failure()
259259 with :
260260 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 bash $FILE
117117 fi
118118 shell : bash
119- - uses : actions/upload-artifact@v5
119+ - uses : actions/upload-artifact@v6
120120 if : failure()
121121 with :
122122 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
@@ -222,7 +222,7 @@ jobs:
222222 bash $FILE
223223 fi
224224 shell : bash
225- - uses : actions/upload-artifact@v5
225+ - uses : actions/upload-artifact@v6
226226 if : failure()
227227 with :
228228 name : surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments