Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer authored Jun 17, 2024
1 parent f5a60ad commit 8dff5e6
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/ModularMob*.jar"

0 comments on commit 8dff5e6

Please sign in to comment.