File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Run checkstyle
2929 run : ./gradlew clean checkstyleMain
3030 - name : Upload checkstyle report
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v6
3232 if : success()
3333 with :
3434 name : checkstyle-report
Original file line number Diff line number Diff line change 2828 - name : Build Skript and run test scripts
2929 run : ./gradlew clean skriptTestJava17
3030 - name : Upload Nightly Build
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v6
3232 if : success()
3333 with :
3434 name : skript-nightly
Original file line number Diff line number Diff line change 2828 - name : Build Skript and run test scripts
2929 run : ./gradlew clean skriptTestJava21
3030 - name : Upload Nightly Build
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v6
3232 if : success()
3333 with :
3434 name : skript-nightly
You can’t perform that action at this time.
0 commit comments