diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index f7dc677..d2377d1 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -82,7 +82,7 @@ jobs: - name: Set up Android SDK if: matrix.platform == 'android' id: setup-android - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: # Space-separated list (multiline is passed as one arg and breaks sdkmanager) packages: "tools platform-tools platforms;android-36 build-tools;36.0.0"