Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi

- name: Upload standalone server JAR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: server-${{ matrix.java }}
path: server/target/server-standalone.jar
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:

- name: Upload report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pmd-report
if-no-files-found: ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Upload server standalone JAR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: server-standalone
path: server/target/server-standalone.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Upload server standalone JAR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: server-standalone
path: server/target/server-standalone.jar
Expand Down