From 76c1d378687a1c37eec31ff9410fb87b9ad301a2 Mon Sep 17 00:00:00 2001 From: arafat-alim Date: Wed, 30 Oct 2024 13:45:57 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20GH=20Action:=20Updated=20t?= =?UTF-8?q?he=20artifact=20from=20v2=20to=20v4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-actions-expo-build-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-actions-expo-build-staging.yml b/.github/workflows/gh-actions-expo-build-staging.yml index 3dd9fc1..d3c8ea0 100644 --- a/.github/workflows/gh-actions-expo-build-staging.yml +++ b/.github/workflows/gh-actions-expo-build-staging.yml @@ -39,7 +39,7 @@ jobs: - name: Build Android app run: eas build --platform android --profile preview --local --output ${{ github.workspace }}/app-release.apk - name: Upload APK artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: app-release path: ${{ github.workspace }}/app-release.apk