Skip to content

Commit

Permalink
GHA: Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
micedre authored Dec 9, 2024
1 parent 717815a commit 765417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: jar
path: target/*.jar

0 comments on commit 765417a

Please sign in to comment.