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 bb0f2fd + 436cbbd commit 8adbb17Copy full SHA for 8adbb17
1 file changed
.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run unit tests
30
run: ./gradlew test
31
- name: Upload Release APK
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
33
with:
34
name: release-apk
35
path: ./app/build/outputs/apk/release/app-release-unsigned.apk
0 commit comments