Skip to content

Commit 2e24288

Browse files
chore(deps): update codecov/codecov-action action to v4 (#878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cda5cd6 commit 2e24288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: uv run mypy --install-types --non-interactive --config-file pyproject.toml soccerdata tests
8888

8989
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11 for Ubuntu
90-
uses: codecov/codecov-action@v3
90+
uses: codecov/codecov-action@v4
9191
if: ${{matrix.python-version == '3.11'}}
9292

9393
check-docs:

0 commit comments

Comments
 (0)