From 5453a073fa5dadc77eb1d3b558cf1772f19b0271 Mon Sep 17 00:00:00 2001 From: Martin Paljak Date: Tue, 30 Jul 2024 11:56:28 +0300 Subject: [PATCH] Update GH actions --- .github/workflows/robot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index d5fe0cc..5b2901f 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -11,14 +11,14 @@ on: name: Robot builder jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: java: [ 8, 11, 17, 21 ] name: Java ${{ matrix.java }} steps: - name: Checkout with submodules - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 with: submodules: true fetch-depth: 0 # To make git describe give the intended output @@ -49,14 +49,14 @@ jobs: run: ./mvnw -B -U deploy - name: Upload if: github.event_name != 'pull_request' && matrix.java == '11' - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.4 with: name: ant-javacard.jar path: ant-javacard.jar - name: Release if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11' id: create_release - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.8 with: files: | ant-javacard.jar