From f417ad1abcbfecafc1a1935c98ce66435b832bdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:03:00 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/android_release_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_release_build.yml b/.github/workflows/android_release_build.yml index 25f67f3c..29dc0131 100644 --- a/.github/workflows/android_release_build.yml +++ b/.github/workflows/android_release_build.yml @@ -66,7 +66,7 @@ jobs: if-no-files-found: error - name: Add APK to GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: fail_on_unmatched_files: true # see https://github.com/softprops/action-gh-release/issues/158