From 1e08cc5da3ded5ca6d67fc1941ceb46181d1ec8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:31:06 +0545 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 5 (#10622) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d6ee81e9f4..619dd63a2a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -104,7 +104,7 @@ jobs: pytest ${{ matrix.pytestargs }} -n=logical --dist=worksteal --timeout=300 --durations=0 --cov --cov-report=xml --cov-report=term --durations-path=./.github/.test_durations - name: upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false