Skip to content

Commit

Permalink
Android CI: Update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
savsch committed Jan 23, 2025
1 parent 77bad33 commit 960d4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: bash ./gradlew assembleBetaDebug --stacktrace

- name: Upload betaDebug APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: betaDebugAPK
path: app/build/outputs/apk/beta/debug/app-*.apk
Expand All @@ -98,7 +98,7 @@ jobs:
run: bash ./gradlew assembleProdDebug --stacktrace

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

0 comments on commit 960d4f3

Please sign in to comment.