Skip to content

Commit 693c3d4

Browse files
committed
update android upload action version
1 parent 9fcca7a commit 693c3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

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

105105
# Upload Bundle AAB Release
106106
- name: Upload AAB (App Bundle) Release
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - App bundle(s) AAB release generated
110110
path: ${{ env.main_project_module }}/build/outputs/bundle/release/

0 commit comments

Comments
 (0)