Skip to content

Commit 045fe51

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 78b3fb0 + a253627 commit 045fe51

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/assembly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ picocontainer="2.15.2"
44
codesize="1.3.1"
55
nexus-publish = "2.0.0"
66
ben-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"
99
bcel = "6.11.0"
1010

1111
[libraries]

0 commit comments

Comments
 (0)