Skip to content

Commit 4b2de04

Browse files
authored
Merge pull request #602 from popsim-consortium/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents e904fd6 + 0d36455 commit 4b2de04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
--cov=demes --cov-report=term-missing --cov-report=xml -v tests
6363
6464
- name: upload coverage report to codecov
65-
uses: codecov/codecov-action@v5
65+
uses: codecov/codecov-action@v6
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
fail_ci_if_error: true

0 commit comments

Comments
 (0)