1 parent 720a672 commit 1a0ea9dCopy full SHA for 1a0ea9d
1 file changed
.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@v4
+ uses: codecov/codecov-action@v5
91
if: ${{matrix.python-version == '3.11'}}
92
93
check-docs:
0 commit comments