Skip to content

Commit 6fae38b

Browse files
Update GitHub Artifact Actions to v5 (major) (#777)
Update GitHub Artifact Actions to v5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfd883c commit 6fae38b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
#6 Upload Artifacts (Debug Purposes)
5858
- name: Upload Artifact for Debugging
59-
uses: actions/upload-artifact@v4.5.0
59+
uses: actions/upload-artifact@v5.0.0
6060
with:
6161
name: artifact
6262
path: /home/runner/work/ArmorStandEditor/ArmorStandEditor/target/armorstandeditor-*-*.jar

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Upload the renamed artifact for debugging
6767
- name: Upload Artifact for Debugging
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: artifact
7171
path: /home/runner/work/ArmorStandEditor/ArmorStandEditor/target/armorstandeditor-*-*-Java21.jar

0 commit comments

Comments
 (0)