Skip to content

Commit

Permalink
Update GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Nov 22, 2024
1 parent ff3658a commit 1dbe209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
name: Build the Java service JAR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn package -ntp -B -Pproduction
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pi4j-board-info-service
path: target/pi4j-board-info-service.jar
Expand All @@ -42,7 +42,7 @@ jobs:
# secret: ${{ github.TOKEN }}
# approvers: FDelporte
- name: Download the build output
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pi4j-board-info-service
- name: List available packages
Expand Down

0 comments on commit 1dbe209

Please sign in to comment.