Skip to content

Commit 378dda2

Browse files
authored
Merge pull request #6 from ammawla/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5cfbcfd + 5fe6c8c commit 378dda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Upload coverage
3333
if: matrix.python-version == '3.13'
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
with:
3636
file: coverage.xml
3737
fail_ci_if_error: false

0 commit comments

Comments
 (0)