We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccabcbe + 57aa3d1 commit 6b6d90fCopy full SHA for 6b6d90f
2 files changed
.github/workflows/release.yml
@@ -193,7 +193,7 @@ jobs:
193
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
194
195
- name: Upload server standalone JAR
196
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
197
with:
198
name: server-standalone
199
path: server/target/server-standalone.jar
.github/workflows/test-deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments