Skip to content

Commit

Permalink
Update actions to latest
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/maven.yml
  • Loading branch information
iay committed Nov 30, 2023
1 parent 7ba455e commit 247a078
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Checkout
uses: actions/checkout@v4.1.1

- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
Expand All @@ -37,7 +40,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 247a078

Please sign in to comment.