diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c78222..704fcf7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: pytest --cov=pygac_fdr pygac_fdr/tests --ignore=pygac_fdr/tests/test_end2end.py --cov-report=xml - name: Upload unittest coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml env_vars: OS,PYTHON_VERSION