Skip to content

Commit 31afb95

Browse files
authored
Merge pull request #3 from techquestsdev/dependabot/github_actions/codecov/codecov-action-6
ci(deps): Bump codecov/codecov-action from 4 to 6
2 parents 8d47c81 + 758093f commit 31afb95

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
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload coverage to Codecov
4444
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
files: ./coverage.xml

0 commit comments

Comments
 (0)