diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 90e8b6d..218179b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,7 +25,7 @@ jobs: run: ./gradlew testDebugUnitTest - name: Upload debug APK artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: wikireader-debug path: ./app/build/outputs/apk/debug/app-debug.apk