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 102365a commit 35b9f64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: assets
path: ".asset/"
retention-days: 5
path: ".asset/*.jar"
retention-days: 5
include-hidden-files: true

0 comments on commit 35b9f64

Please sign in to comment.