Skip to content

Commit

Permalink
Updated GitHub build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 29, 2024
1 parent 99edc2d commit f3b98e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4.4.0
with:
java-version: '8'
distribution: 'temurin'
Expand All @@ -19,27 +19,27 @@ jobs:

- name: robocode.core test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: robocode.core-test-result
path: robocode.core/build/reports/tests/test

- name: robocode.host test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: robocode.host-test-result
path: robocode.host/build/reports/tests/test

- name: robocode.tests test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: robocode.tests-result
path: robocode.tests/build/reports/tests/test

- name: setup binary artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: robocode-setup
path: build/robocode-*-setup.jar

0 comments on commit f3b98e1

Please sign in to comment.