From 493df6325b2fa20d031e9792e3f892073a1fbafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:11:01 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.3.0 --- .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..a43fdb48 100644 --- a/.github/workflows/build_and_github_release.yml +++ b/.github/workflows/build_and_github_release.yml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download APK from build - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.3.0 with: name: app-release