Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natzei committed Feb 11, 2025
1 parent 082acc8 commit 5a903a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: mvn -B -f xyz.balzaclang.balzac.parent/ -DwarName=balzac -U clean install

- name: Upload war artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: war-artifact
path: xyz.balzaclang.balzac.web/target/balzac.war
Expand All @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4

- name: Download war artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: war-artifact

Expand Down

0 comments on commit 5a903a4

Please sign in to comment.