From 42f8915472aab28e4803e0eb51dc0ae710887185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:09:33 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cd42550..3984b30 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: - name: Run test suite run: tox -e django${{ matrix.django }}-py${{ matrix.py }} --skip-pkg-install - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.5.1 with: file: ./coverage.xml fail_ci_if_error: true