From 28e9dd498c306dcbb8fd7920b040c11cfab75cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 18:50:39 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 20685a6..454fe77 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ jobs: - name: Build debug APK run: flutter build apk --debug - name: Upload debug APK - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: readly-debug-apk path: build/app/outputs/flutter-apk/app-debug.apk