From 1037028f75ffb49577df002e5891bda1e61599c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:45:46 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d7e269d9..bfefe005c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: make tests - name: Run code coverage if: matrix.python-version == '3.12' && matrix.django-version == 'django42' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: unittests fail_ci_if_error: true