From a98a5e0a197d47f8be9c5d969eebf37e105f96d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:11:09 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..fed88f4 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@v7 with: name: wikireader-debug path: ./app/build/outputs/apk/debug/app-debug.apk