diff --git a/.github/workflows/test_and_build.yaml b/.github/workflows/test_and_build.yaml index 5f1a5fb9..65e2ea92 100644 --- a/.github/workflows/test_and_build.yaml +++ b/.github/workflows/test_and_build.yaml @@ -86,7 +86,7 @@ jobs: pytest -r a -v --cov=schedview --cov=tests --cov-report=xml --cov-report=term --cov-branch - name: Upload coverage to codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: file: coverage.xml