From a77bedf19941a0c7c081116bab86ba647f927bae 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index d5fe0cc..cdd8174 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -18,7 +18,7 @@ jobs: 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