From e305f20811823d43860feab43e5b8a2cbcc065b5 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 31 Dec 2024 12:54:28 +0100 Subject: [PATCH] fix: updated workflow --- .github/workflows/github_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index b116f3b2..9bc2d851 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -52,7 +52,7 @@ jobs: BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }} - name: Make artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: app-release-signed path: ${{steps.sign_apk.outputs.signedReleaseFile}}