Skip to content

Commit

Permalink
chore: update upload action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arturas-raizys authored Nov 14, 2024
1 parent 6a772e6 commit ba3ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
./gradlew assembleRelease
- name: Archive APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apk-app-development-release
path: example/android/app/build/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit ba3ea2b

Please sign in to comment.