From a9c4fd9c1d8d2cb9361dfaeb0b1892bdfff2f844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:24:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.4.2 --- .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 b36bac29..9ef70621 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.0 + uses: codecov/codecov-action@v5.4.2 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9' with: token: ${{ secrets.CODECOV_TOKEN }}