File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,27 +19,27 @@ jobs:
1919
2020 - name : robocode.core test artifacts
2121 if : always()
22- uses : actions/upload-artifact@v6
22+ uses : actions/upload-artifact@v7
2323 with :
2424 name : robocode.core-test-result
2525 path : robocode.core/build/reports/tests/test
2626
2727 - name : robocode.host test artifacts
2828 if : always()
29- uses : actions/upload-artifact@v6
29+ uses : actions/upload-artifact@v7
3030 with :
3131 name : robocode.host-test-result
3232 path : robocode.host/build/reports/tests/test
3333
3434 - name : robocode.tests test artifacts
3535 if : always()
36- uses : actions/upload-artifact@v6
36+ uses : actions/upload-artifact@v7
3737 with :
3838 name : robocode.tests-result
3939 path : robocode.tests/build/reports/tests/test
4040
4141 - name : setup binary artifact
42- uses : actions/upload-artifact@v6
42+ uses : actions/upload-artifact@v7
4343 with :
4444 name : robocode-setup
4545 path : build/robocode-*-setup.jar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ nexus-publish = "2.0.0"
66ben-manes-versions = " 0.53.0"
77eclipse-jdt = " 3.44.0"
88kotlin = " 2.3.0"
9- bcel = " 6.11 .0"
9+ bcel = " 6.12 .0"
1010
1111[libraries ]
1212
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments