From 19122de08005d7b95ed3a17ec2ffd6f868e306ae Mon Sep 17 00:00:00 2001 From: sc-sonata Date: Tue, 16 Jun 2026 15:34:03 +0530 Subject: [PATCH] chore: upgrade codecov-action to v7 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 269e851..4b7c2f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,8 @@ jobs: - name: Run coverage if: matrix.python-version == '3.12' && matrix.toxenv == 'django52' - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests fail_ci_if_error: true - use_pypi: true