Skip to content

Commit 960d4f3

Browse files
committed
Android CI: Update upload-artifact version
1 parent 77bad33 commit 960d4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: bash ./gradlew assembleBetaDebug --stacktrace
9090

9191
- name: Upload betaDebug APK
92-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: betaDebugAPK
9595
path: app/build/outputs/apk/beta/debug/app-*.apk
@@ -98,7 +98,7 @@ jobs:
9898
run: bash ./gradlew assembleProdDebug --stacktrace
9999

100100
- name: Upload prodDebug APK
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: prodDebugAPK
104104
path: app/build/outputs/apk/prod/debug/app-*.apk

0 commit comments

Comments
 (0)