From 65b6db89fa25f5afec4f4169756707e5403d2ef7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:53:13 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.3.0 (#923) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 a194b464..0a460b59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - name: "Upload coverage to Codecov" if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }} - uses: codecov/codecov-action@v5.2.0 + uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true