We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284a17a commit 23a6d4eCopy full SHA for 23a6d4e
1 file changed
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
run: mvn --batch-mode verify
26
27
- name: Upload JAR artifact
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: my-app-jar
31
path: target/*.jar
0 commit comments