We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd697d commit eb85704Copy full SHA for eb85704
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build APK
20
run: ./gradlew clean assembleDebug
21
- name: Upload artifact
22
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
23
with:
24
name: apk
25
path: app/build/outputs/apk/debug/app-debug.apk
0 commit comments