We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7235149 commit 1b79478Copy full SHA for 1b79478
1 file changed
.github/workflows/android.yml
@@ -42,7 +42,7 @@ jobs:
42
mv ./obv_messenger/app/build/outputs/apk/prodNogoogle/release/app-prod-nogoogle-release-unsigned.apk Olvid-nogoogle.apk
43
44
- name: Upload APK
45
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
46
with:
47
name: apk
48
path: Olvid*.apk
@@ -68,7 +68,7 @@ jobs:
68
echo Last build tool version is: $BUILD_TOOL_VERSION
69
70
- name: Download APK from build
71
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
72
73
74
0 commit comments