Skip to content

Commit

Permalink
Update actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 30, 2023
1 parent 4b57389 commit e9c23e4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Checkout
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -39,7 +42,7 @@ jobs:
run: mvn -B verify checkstyle:checkstyle --file pom.xml

- name: Upload jar artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.3
with:
name: ukf-mda-snapshot
path: target/ukf-mda*.jar

0 comments on commit e9c23e4

Please sign in to comment.