File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 contents : read
1717 packages : write
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - name : Set up JDK 11
21- uses : actions/setup-java@v2
21+ uses : actions/setup-java@v4
2222 with :
2323 java-version : ' 11'
2424 distribution : ' temurin'
2727 - name : Build with Maven
2828 run : mvn clean package -DskipTests=true -DgeneratePom=false -DbuildNumber=-${{ github.run_number }}
2929 - name : Upload artifacts
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : ServerSigns-${{ github.run_number }}
3333 path : target/ServerSigns-*.jar
Original file line number Diff line number Diff line change 1414 contents : write
1515 packages : write
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Set up JDK 11
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v4
2020 with :
2121 java-version : ' 11'
2222 distribution : ' temurin'
@@ -25,12 +25,12 @@ jobs:
2525 - name : Build with Maven
2626 run : mvn clean package -DskipTests=true -DgeneratePom=false
2727 - name : Upload artifacts
28- uses : actions/upload-artifact@v3
28+ uses : actions/upload-artifact@v4
2929 with :
3030 name : ServerSigns
3131 path : target/ServerSigns-*.jar
3232 - name : Release
33- uses : softprops/action-gh-release@v1
33+ uses : softprops/action-gh-release@v2
3434 if : startsWith(github.ref, 'refs/tags/')
3535 with :
3636 draft : true
You can’t perform that action at this time.
0 commit comments