From 42d7d3399019d2d48a6e55744cc9a3de75043568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:21:59 +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..49d7cd7 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.0.7 with: file: ./coverage.xml fail_ci_if_error: true