Skip to content

Commit

Permalink
Update CI actions from Node 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 24, 2024
1 parent 7c85103 commit 096273f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
steps:

- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.1
with:
distribution: 'corretto'
java-version: '17'
cache: 'maven'

- name: Set up Maven
uses: s4u/maven-settings-action@v2.8.0
uses: s4u/maven-settings-action@v3.0.0
with:
servers: |
[{
Expand All @@ -42,7 +42,7 @@ jobs:
run: mvn -B verify checkstyle:checkstyle --file pom.xml

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

0 comments on commit 096273f

Please sign in to comment.