File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Set up JDK 17
12- uses : actions/setup-java@v4
12+ uses : actions/setup-java@v5
1313 with :
1414 java-version : ' 17'
1515 distribution : ' temurin'
@@ -19,27 +19,27 @@ jobs:
1919
2020 - name : robocode.core test artifacts
2121 if : always()
22- uses : actions/upload-artifact@v4
22+ uses : actions/upload-artifact@v6
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@v4
29+ uses : actions/upload-artifact@v6
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@v4
36+ uses : actions/upload-artifact@v6
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@v4
42+ uses : actions/upload-artifact@v6
4343 with :
4444 name : robocode-setup
4545 path : build/robocode-*-setup.jar
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ picocontainer="2.15.2"
44codesize =" 1.3.1"
55nexus-publish = " 2.0.0"
66ben-manes-versions = " 0.53.0"
7- eclipse-jdt = " 3.43 .0"
8- kotlin = " 2.3.0-RC2 "
7+ eclipse-jdt = " 3.44 .0"
8+ kotlin = " 2.3.0"
99bcel = " 6.11.0"
1010
1111[libraries ]
You can’t perform that action at this time.
0 commit comments