Skip to content

Commit 57aa3d1

Browse files
committed
Update actions/upload-artifact action to v5
1 parent f79e1fd commit 57aa3d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

.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)