From f3b98e10e6f9ed1f895f2181c41c45df899d86d1 Mon Sep 17 00:00:00 2001 From: "Flemming N. Larsen" Date: Mon, 30 Sep 2024 00:45:20 +0200 Subject: [PATCH] Updated GitHub build workflow --- .github/workflows/assembly.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/assembly.yml b/.github/workflows/assembly.yml index dd65f9d90..c2867194f 100644 --- a/.github/workflows/assembly.yml +++ b/.github/workflows/assembly.yml @@ -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' @@ -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 \ No newline at end of file