From 6a0fcb3ade4b2b6e34d329ea01b4aaf2e15eec38 Mon Sep 17 00:00:00 2001 From: emreesen27 <45034416+emreesen27@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:08:19 +0300 Subject: [PATCH] [DEV][upload-artifact update] --- .github/workflows/deploy_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index b5aa752..4078477 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -42,7 +42,7 @@ jobs: BUILD_TOOLS_VERSION: "34.0.0" - name: Upload Signed APK - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Signed app APK path: ${{ steps.sign_app.outputs.signedReleaseFile }}