diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85b5fd6e..33309bc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }} - name: Make artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Signed APP APK path: ${{steps.sign_apk.outputs.signedReleaseFile}} @@ -70,7 +70,7 @@ jobs: BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }} - name: Make artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Signed APP Bundle path: ${{steps.sign_aab.outputs.signedReleaseFile}}