We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda5cd6 commit 2e24288Copy full SHA for 2e24288
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: uv run mypy --install-types --non-interactive --config-file pyproject.toml soccerdata tests
88
89
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11 for Ubuntu
90
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
91
if: ${{matrix.python-version == '3.11'}}
92
93
check-docs:
0 commit comments