From f965d231266f27ce9770b7a324602207e2b06665 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:01:04 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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