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}}