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.
2 parents 0bb62a1 + 092459f commit 6e21cc4Copy full SHA for 6e21cc4
1 file changed
.github/workflows/android.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build debug APK
46
run: bash ./gradlew assembleDev --stacktrace
47
- name: Upload APK
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: app-dev-debug
51
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk
0 commit comments