Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 9153369

Browse files
Update actions/upload-artifact action to v7
1 parent 573abb0 commit 9153369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew build
3030

3131
- name: Upload JAR artifact
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: DaisyCommand
3535
path: Jar/*.jar

0 commit comments

Comments
 (0)