diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 72dedd3ad..b39dd4cfc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -16,7 +16,7 @@ jobs: - name: Clone submodules run: git submodule update --init --recursive --remote - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin' @@ -28,7 +28,7 @@ jobs: - name: Build debug APK with Gradle run: ./gradlew app:packageDebug - name: Upload debug APK artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: Auxio_Canary path: ./app/build/outputs/apk/debug/app-debug.apk