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