Skip to content

Commit 44d13fb

Browse files
authored
Merge pull request #186 from kinde-oss/renovate/codecov-codecov-action-7.x
chore(deps): update codecov/codecov-action action to v7
2 parents 35d12fc + 30d1a45 commit 44d13fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: pytest --cov=kinde_sdk --cov-branch --cov-report=xml
4848

4949
- name: Upload coverage reports to Codecov
50-
uses: codecov/codecov-action@v6
50+
uses: codecov/codecov-action@v7
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)