Skip to content

Commit

Permalink
⬆️ upload and download artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
uowa3m committed Sep 25, 2024
1 parent 77071b6 commit 695f849
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 @@ -35,7 +35,7 @@ jobs:
- name: Spotless check
run: mvn spotless:check
- name: Upload war
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: war
path: sugoi-api-distribution/sugoi-api-distribution-war/target/*.war
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- name: Download war
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: war
path: sugoi-api-distribution/sugoi-api-distribution-war/target/sugoi-api.war
Expand Down

0 comments on commit 695f849

Please sign in to comment.