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