Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
upgraded github actions
  • Loading branch information
tfr42 authored Apr 3, 2024
1 parent a67de7a commit 89125d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -25,7 +25,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sep3-parser
path: target/sep3-parser-*-jar-with-dependencies.jar
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Build and Publish
run: mvn -B deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89125d5

Please sign in to comment.