From 50b118ec1f4338762f95f9f260a8da6198be6b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:02:50 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.4 to 4.3.0 (#262) --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0420ff5..19dfd5f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,7 +46,7 @@ jobs: python -m pytest --cov=./ --cov-report=xml --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.3.0 with: file: ./coverage.xml fail_ci_if_error: false