Skip to content

Commit be42319

Browse files
committed
Update actions/download-artifact action to v6
1 parent f79e1fd commit be42319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
git pull
225225
226226
- name: Download server JAR
227-
uses: actions/download-artifact@v5
227+
uses: actions/download-artifact@v6
228228
with:
229229
name: server-standalone
230230
path: server/target

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v5
7575

7676
- name: Download server JAR
77-
uses: actions/download-artifact@v5
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: server-standalone
8080
path: server/target

0 commit comments

Comments
 (0)