Skip to content

Commit

Permalink
ci(upload): Update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sraconni committed Nov 7, 2024
1 parent 35454c0 commit 7fbd48e
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 @@ -28,14 +28,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Upload artifacts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: "**/target/"
retention-days: 1 # 仅保留1天。

- name: "Upload assets"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: assets
path: ".asset/"
Expand Down

0 comments on commit 7fbd48e

Please sign in to comment.