diff --git a/.github/workflows/build_and_github_release.yml b/.github/workflows/build_and_github_release.yml index cfdb2fec..6e561a8f 100644 --- a/.github/workflows/build_and_github_release.yml +++ b/.github/workflows/build_and_github_release.yml @@ -55,7 +55,7 @@ jobs: RELEASE_STORE_PASS: ${{ secrets.RELEASE_STORE_PASS }} - name: Upload APK - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.6.2 with: name: app-release path: app/build/outputs/apk/release/app-release.apk