From a863770962aa9cadf640a1f82b0d761fee87dde5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:30:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5fb6496d5..9eaf6704c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -59,7 +59,7 @@ jobs: run: ./gradlew codeCoverageReport --stacktrace - name: Upload Code Coverage Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests # optional