From 6539c27ab4a96e7052ad34f8c1f1d1a1cb48fdf5 Mon Sep 17 00:00:00 2001 From: 5j9 <5j9@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:10:08 +0330 Subject: [PATCH] tests(tests.yml): update codecov-action --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d13f0da..c1365ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,8 +35,7 @@ jobs: run: pytest --cov=wikitextparser tests --cov-report=xml --cov-fail-under=80 - name: Upload coverage to Codecov # https://github.com/codecov/codecov-action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml env_vars: OS,PYTHON - fail_ci_if_error: false