Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jul 30, 2024
1 parent ae20503 commit 5453a07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5453a07

Please sign in to comment.