File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 run : ./gradlew checkstyleMain checkstyleTest
9292
9393 - name : Upload Test Logs on Failure
94- uses : actions/upload-artifact@v6
94+ uses : actions/upload-artifact@v7
9595 if : failure()
9696 with :
9797 name : cd-failure-logs
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 mm.profile : dev
129129
130130 - name : Upload Test Logs on Failure
131- uses : actions/upload-artifact@v6
131+ uses : actions/upload-artifact@v7
132132 if : failure()
133133 with :
134134 name : cd-failure-logs
@@ -147,7 +147,7 @@ jobs:
147147 verbose : true
148148
149149 - name : Upload Tar GZ Artifact
150- uses : actions/upload-artifact@v6
150+ uses : actions/upload-artifact@v7
151151 with :
152152 name : mhq-release-tgz-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
153153 path : mekhq/MekHQ/build/distributions/*.tar.gz
Original file line number Diff line number Diff line change 5959 run : ./gradlew test
6060
6161 - name : Upload Test Logs on Failure
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 if : failure()
6464 with :
6565 name : cd-failure-logs
Original file line number Diff line number Diff line change 9090 run : ./gradlew testAll
9191
9292 - name : Upload Test Logs on Failure
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 if : failure()
9595 with :
9696 name : cd-failure-logs
@@ -108,7 +108,7 @@ jobs:
108108 verbose : true
109109
110110 - name : Upload Tar GZ Artifact
111- uses : actions/upload-artifact@v6
111+ uses : actions/upload-artifact@v7
112112 with :
113113 name : mhq-release-tgz-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
114114 path : mekhq/MekHQ/build/distributions/*.tar.gz
You can’t perform that action at this time.
0 commit comments