From e1216d8adbd62fff8c1886300374c0866388d097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:51:41 +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 c151c27..447478e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,7 +25,7 @@ jobs: run: ./gradlew testFossDebugUnitTest - name: Upload debug APK artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: tomato-debug path: ./app/build/outputs/apk/debug/app-debug.apk