Skip to content

Commit 23a6d4e

Browse files
authored
Update maven.yml
1 parent 284a17a commit 23a6d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: mvn --batch-mode verify
2626

2727
- name: Upload JAR artifact
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: my-app-jar
3131
path: target/*.jar

0 commit comments

Comments
 (0)