Skip to content

Commit ba795eb

Browse files
authored
Merge pull request #232 from nipy/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 2b0e980 + 498213f commit ba795eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105
run: tox c
106106
- name: Run tox
107107
run: tox -v --exit-and-dump-after 1200
108-
- uses: codecov/codecov-action@v4
108+
- uses: codecov/codecov-action@v5
109109
with:
110-
file: coverage.xml
111110
token: ${{ secrets.CODECOV_TOKEN }}
112111
if: ${{ always() }}
113112

0 commit comments

Comments
 (0)