Bump actions/upload-artifact from 3 to 4 (#97)

This commit is contained in:
dependabot[bot] 2023-12-18 11:39:41 +00:00 committed by GitHub
parent 46b0bd9f53
commit bf8161e9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
distribution: 'temurin'
- run: mvn clean install
- run: mvn clean package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Ward.jar
path: target/*.jar