Skip to content

Commit 786440a

Browse files
committed
Update workflow
1 parent c29d430 commit 786440a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/maven.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ jobs:
1313
jdkversion: [ 21 ]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-java@v4
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-java@v5
1818
with:
19-
distribution: 'temurin'
19+
distribution: 'zulu'
2020
java-version: ${{ matrix.jdkversion }}
2121
cache: 'maven'
2222
- name: Build
2323
run: mvn -V -B clean package --file pom.xml
2424
- name: Upload Artifacts
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v7
2626
with:
27-
name: Download
28-
path: ./target/AuthMe-*-FORK-Universal.jar
27+
path: target/AuthMe-*-FORK-Universal.jar
28+
archive: false
2929
runtime-test:
30-
name: Plugin Runtime Test
30+
name: Plugin Runtime Test
3131
needs: [Build]
3232
runs-on: ubuntu-latest
3333
strategy:
@@ -43,7 +43,7 @@ jobs:
4343
javaVersion: '21'
4444
- mcVersion: '1.21.1'
4545
javaVersion: '21'
46-
steps:
46+
steps:
4747
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
4848
with:
4949
server-version: ${{ matrix.mcVersion }}

0 commit comments

Comments
 (0)