Skip to content

Commit fe39310

Browse files
authored
Merge pull request #138 from HaHaWTH/HaHaWTH-patch-1
Update workflows
2 parents dc8d5f7 + b9790d4 commit fe39310

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/maven.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
Build:
1111
strategy:
1212
matrix:
13-
jdkversion: [ 17 ]
13+
jdkversion: [ 21 ]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-java@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
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@v3.1.2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: Download
2828
path: ./target/AuthMe-5.6.0-FORK-Universal.jar
@@ -37,8 +37,10 @@ jobs:
3737
javaVersion: '8'
3838
- mcVersion: '1.12.2'
3939
javaVersion: '8'
40-
- mcVersion: '1.20.1'
41-
javaVersion: '17'
40+
- mcVersion: '1.18.2'
41+
javaVersion: '17'
42+
- mcVersion: '1.20.4'
43+
javaVersion: '21'
4244
steps:
4345
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
4446
with:

0 commit comments

Comments
 (0)