diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28ed6fa..a4c87e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,4 +68,4 @@ jobs: pytest -s -vvv --cov-fail-under 100 --cov=pip_check_reqs/ --cov=tests tests/ - name: "Upload coverage to Codecov" - uses: "codecov/codecov-action@v3" + uses: "codecov/codecov-action@v4"