Skip to content

Commit 6ab26a3

Browse files
Update deploy-apk.yaml
1 parent 6b1cf42 commit 6ab26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: chmod +x tool/build-apk.sh
3535
- name: Install dependencies & Build apk
3636
run: tool/build-apk.sh
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: release-apk
4040
path: ./example/build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)