From e84ad2c995490ef4d4e1e8b50e04caa8d3c2844b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:56:49 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baa2dbcb..a364b2fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,6 +58,6 @@ jobs: run: pdm cov --log-cli-level=DEBUG && pdm run coverage xml - name: Envoyer rapports de couverture à Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}