Skip to content

Commit 6b6d90f

Browse files
authored
Merge pull request #330 from xdev-software/renovate/actions-upload-artifact-5.x
Update actions/upload-artifact action to v5
2 parents ccabcbe + 57aa3d1 commit 6b6d90f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)