From 26b5a02f8f5e5db5f90f680374213d69f6781698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:28:26 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.2 --- .github/workflows/build_and_github_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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