Skip to content

Commit 444f04f

Browse files
committed
chore(ci): update github-artifact-actions
2 parents 7469617 + 147dff0 commit 444f04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: ./gradlew build
2121
- name: Upload Build Artifacts
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: Build Output
2525
path: "out/*.jar"

0 commit comments

Comments
 (0)