We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7aa79 commit 6bc7218Copy full SHA for 6bc7218
.github/workflows/maven.yml
@@ -29,15 +29,15 @@ jobs:
29
run: mvn -B package --file pom.xml -Dgpg.skip
30
31
- name: "Upload artifacts"
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
33
with:
34
name: artifacts
35
path: "**/target/"
36
retention-days: 5
37
include-hidden-files: true
38
39
- name: "Upload assets"
40
41
42
name: assets
43
path: ".asset/"
0 commit comments