From 00f6acdfddc9b7e8e580f497843a33a6168c7787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:52:26 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a48e3c2..e8ae8a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: coverage-reports: coverage.xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9' with: token: ${{ secrets.CODECOV_TOKEN }}