Skip to content

Commit c60c757

Browse files
authored
Merge pull request #6 from vcoderun/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 9b1214c + c6d5514 commit c60c757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: uv run pytest --cov --cov-branch --cov-report=xml
2626

2727
- name: Upload results to Codecov
28-
uses: codecov/codecov-action@v5
28+
uses: codecov/codecov-action@v6
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)