Skip to content

Commit 47f7c47

Browse files
authored
Merge pull request #165 from kinde-oss/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 921068c + c9d3a69 commit 47f7c47

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@v5
50+
uses: codecov/codecov-action@v6
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)