File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
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 :
You can’t perform that action at this time.
0 commit comments