Skip to content

Commit 44c831f

Browse files
authored
Merge pull request #87 from ResearchObject/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 9e40a51 + f843665 commit 44c831f

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests
2828
run: tox -e test
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
with:
3232
files: ./coverage.xml
3333
fail_ci_if_error: false

0 commit comments

Comments
 (0)