We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd883c commit 6fae38bCopy full SHA for 6fae38b
.github/workflows/maven-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
#6 Upload Artifacts (Debug Purposes)
58
- name: Upload Artifact for Debugging
59
- uses: actions/upload-artifact@v4.5.0
+ uses: actions/upload-artifact@v5.0.0
60
with:
61
name: artifact
62
path: /home/runner/work/ArmorStandEditor/ArmorStandEditor/target/armorstandeditor-*-*.jar
.github/workflows/nightly-build.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Upload the renamed artifact for debugging
67
68
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
69
70
71
path: /home/runner/work/ArmorStandEditor/ArmorStandEditor/target/armorstandeditor-*-*-Java21.jar
0 commit comments