File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 fi
6767
6868 - name : Upload standalone server JAR
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : server-${{ matrix.java }}
7272 path : server/target/server-standalone.jar
@@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Upload report
166166 if : always()
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v5
168168 with :
169169 name : pmd-report
170170 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
194194
195195 - name : Upload server standalone JAR
196- uses : actions/upload-artifact@v4
196+ uses : actions/upload-artifact@v5
197197 with :
198198 name : server-standalone
199199 path : server/target/server-standalone.jar
Original file line number Diff line number Diff line change 5656 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5757
5858 - name : Upload server standalone JAR
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : server-standalone
6262 path : server/target/server-standalone.jar
You can’t perform that action at this time.
0 commit comments