File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
5858 run : ./gradlew integrationTest
5959
6060 - name : Archive test report
61- uses : actions/upload-artifact@v2
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : Integration test report
6464 path : client/build/reports/tests/integrationTest
6565
6666 - name : Upload JAR output
67- uses : actions/upload-artifact@v2
67+ uses : actions/upload-artifact@v4
6868 with :
6969 name : Package
7070 path : client/build/libs
@@ -105,7 +105,7 @@ jobs:
105105 arguments : endToEndTest
106106
107107 - name : Archive test report
108- uses : actions/upload-artifact@v2
108+ uses : actions/upload-artifact@v4
109109 with :
110110 name : Integration test report
111111 path : client/build/reports/tests/endToEndTest
@@ -146,7 +146,7 @@ jobs:
146146 arguments : sampleTest
147147
148148 - name : Archive test report
149- uses : actions/upload-artifact@v2
149+ uses : actions/upload-artifact@v4
150150 with :
151151 name : Integration test report
152152 path : client/build/reports/tests/endToEndTest
You can’t perform that action at this time.
0 commit comments