We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c490f32 commit 833ebddCopy full SHA for 833ebdd
.github/workflows/maven.yml
@@ -31,13 +31,13 @@ jobs:
31
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
32
33
- name: "Upload artifact"
34
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
35
with:
36
name: artifact
37
path: target
38
39
- name: "Upload assets"
40
41
42
name: assets
43
path: asset
0 commit comments