Skip to content

Commit 80c5951

Browse files
authored
Merge pull request #1 from codebydivine/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents 51c9f69 + f212829 commit 80c5951

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
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload coverage to Codecov
4747
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
file: ./coverage.xml
5151
flags: unittests

0 commit comments

Comments
 (0)