Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Oct 3, 2024
1 parent ab9bbc0 commit 0a5a31b
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 @@ -12,9 +12,9 @@ jobs:
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: 'temurin'
Expand All @@ -23,6 +23,6 @@ jobs:
run: mvn -B package --file pom.xml

- name: Upload Artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4
with:
path: "target/yatpa*.jar"

0 comments on commit 0a5a31b

Please sign in to comment.