From 18a7289ca35c3f98212d5991551527f545e8ac12 Mon Sep 17 00:00:00 2001 From: Joachim Nelson Date: Thu, 11 Jun 2026 13:47:21 +0200 Subject: [PATCH] Bump setup-android action to v4 ## Summary - Bump `android-actions/setup-android` from v3 to v4 ## Why v3's bundled `sdkmanager` (v16.0) fails on newer GitHub runner images with: Error on ZipFile unknown archive v4 resolves this compatibility issue. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a928e1c..c467306f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: cache: 'gradle' - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew