File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 name : Build with Maven
2222 runs-on : self-hosted
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Change directory to scenamatica
2626 run : cd Scenamatica
2727 - name : Set up JDK 8
28- uses : actions/setup-java@v3
28+ uses : actions/setup-java@v4
2929 id : sj
3030 with :
3131 java-version : 8
4848 run : |
4949 mvn -B package --file Scenamatica/pom.xml -D"jar.finalName=Scenamatica" -P debug
5050 - name : Upload artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : scenamatica
5454 path : Scenamatica/ScenamaticaPlugin/target/Scenamatica.jar
6060 runs-on : self-hosted
6161 needs : build
6262 steps :
63- - uses : actions/download-artifact@v3
63+ - uses : actions/download-artifact@v4
6464 with :
6565 name : scenamatica
6666 - name : Run Scenamatica tests
8989 - minecraft : 1.14.4
9090 java : 12
9191 steps :
92- - uses : actions/download-artifact@v3
92+ - uses : actions/download-artifact@v4
9393 with :
9494 name : scenamatica
9595 - name : Run Scenamatica tests
@@ -101,7 +101,7 @@ jobs:
101101 server-dir : server-${{ matrix.minecraft }}
102102 scenamatica : 1.1.0-pre1
103103 report-artifact-name : scenamatica-reports-${{ matrix.minecraft }}
104- java-arguments : " -Xms128M -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX: +UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true"
104+ java-arguments : " -Xms128M -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true"
105105 env :
106106 NO_SCENAMATICA : true
107107 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments