Skip to content

Commit 40a9043

Browse files
authored
Merge pull request #4 from gaussian/dependabot/github_actions/codecov/codecov-action-5
ci: bump codecov/codecov-action from 4 to 5
2 parents 2a76a4e + 0ac6dcb commit 40a9043

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Upload coverage report
8585
if: matrix.python-version == '3.12'
86-
uses: codecov/codecov-action@v4
86+
uses: codecov/codecov-action@v5
8787
with:
8888
files: ./coverage.xml
8989
fail_ci_if_error: false

0 commit comments

Comments
 (0)