Skip to content

Commit 7110a71

Browse files
authored
Merge pull request #4 from aws/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents 4f5c80d + 27a13a3 commit 7110a71

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
@@ -74,7 +74,7 @@ jobs:
7474
uv run pytest tests/ --cov=src --cov-report=xml --cov-report=html --cov-fail-under=56
7575
7676
- name: Upload coverage to Codecov
77-
uses: codecov/codecov-action@v4
77+
uses: codecov/codecov-action@v5
7878
with:
7979
file: ./coverage.xml
8080
flags: unittests

0 commit comments

Comments
 (0)