diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index c76fe3d..50ae796 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -40,7 +40,7 @@ jobs: buildToolsVersion: 33.0.0 - name: Upload APK - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.3.1 with: name: Release path: ${{steps.sign_app.outputs.signedFile}} \ No newline at end of file