Skip to content

Commit 8132300

Browse files
committed
fix: ci/cd
1 parent 3f58c14 commit 8132300

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
@@ -27,7 +27,7 @@ jobs:
2727
run: ./gradlew clean build
2828

2929
- name: Upload output
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: output
3333
path: build/libs/*

0 commit comments

Comments
 (0)