@@ -139,7 +139,7 @@ jobs:
139139 -PtestJava11Home=${JAVA_HOME_11_X64} \
140140 -PtestJava17Home=${JAVA_HOME_17_X64} \
141141 test --console=plain --no-daemon
142- - uses : actions/upload-artifact@v3
142+ - uses : actions/upload-artifact@v4
143143 if : failure()
144144 with :
145145 name : unit-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -188,7 +188,7 @@ jobs:
188188 -PtestJava11Home=${JAVA_HOME_11_X64} \
189189 -PtestJava17Home=${JAVA_HOME_17_X64} \
190190 integrationTest --console=plain --no-daemon
191- - uses : actions/upload-artifact@v3
191+ - uses : actions/upload-artifact@v4
192192 if : failure()
193193 with :
194194 name : integration-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -230,7 +230,7 @@ jobs:
230230 -PtestJVMVer=${JAVA_TEST_VERSION} \
231231 -PtestJava8Home=${JAVA_HOME_8_X64} \
232232 acceptanceTest --console=plain --no-daemon
233- - uses : actions/upload-artifact@v3
233+ - uses : actions/upload-artifact@v4
234234 if : failure()
235235 with :
236236 name : acceptance-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -274,7 +274,7 @@ jobs:
274274 -PtestJVMVer=${JAVA_TEST_VERSION} \
275275 -PtestJava8Home=${JAVA_HOME_8_X64} \
276276 geode-wan:distributedTest --console=plain --no-daemon
277- - uses : actions/upload-artifact@v3
277+ - uses : actions/upload-artifact@v4
278278 if : failure()
279279 with :
280280 name : wan-distributed-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -318,7 +318,7 @@ jobs:
318318 -PtestJVMVer=${JAVA_TEST_VERSION} \
319319 -PtestJava8Home=${JAVA_HOME_8_X64} \
320320 geode-cq:distributedTest --console=plain --no-daemon
321- - uses : actions/upload-artifact@v3
321+ - uses : actions/upload-artifact@v4
322322 if : failure()
323323 with :
324324 name : cq-distributed-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -362,7 +362,7 @@ jobs:
362362 -PtestJVMVer=${JAVA_TEST_VERSION} \
363363 -PtestJava8Home=${JAVA_HOME_8_X64} \
364364 geode-lucene:distributedTest --console=plain --no-daemon
365- - uses : actions/upload-artifact@v3
365+ - uses : actions/upload-artifact@v4
366366 if : failure()
367367 with :
368368 name : lucene-distributed-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -407,7 +407,7 @@ jobs:
407407 geode-gfsh:distributedTest \
408408 geode-web:distributedTest \
409409 geode-web-management:distributedTest --console=plain --no-daemon
410- - uses : actions/upload-artifact@v3
410+ - uses : actions/upload-artifact@v4
411411 if : failure()
412412 with :
413413 name : mgmt-distributed-test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -456,7 +456,7 @@ jobs:
456456 geode-old-client:distributedTest \
457457 extensions:geode-modules:distributedTest \
458458 extensions:geode-modules-tomcat8:distributedTest --console=plain --no-daemon
459- - uses : actions/upload-artifact@v3
459+ - uses : actions/upload-artifact@v4
460460 if : failure()
461461 with :
462462 name : assembly-distributed-test-reports-${{ matrix.os }}-${{ matrix.java }}
0 commit comments