Skip to content

Commit 1b79478

Browse files
kumyactions-user
authored andcommitted
ci: Bump artifact actions to v4
1 parent 7235149 commit 1b79478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mv ./obv_messenger/app/build/outputs/apk/prodNogoogle/release/app-prod-nogoogle-release-unsigned.apk Olvid-nogoogle.apk
4343
4444
- name: Upload APK
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: apk
4848
path: Olvid*.apk
@@ -68,7 +68,7 @@ jobs:
6868
echo Last build tool version is: $BUILD_TOOL_VERSION
6969
7070
- name: Download APK from build
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7272
with:
7373
name: apk
7474

0 commit comments

Comments
 (0)