Skip to content

Commit 52563ce

Browse files
authored
Merge pull request #3703 from nipy/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 3cbebe3 + 8ef6791 commit 52563ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: tox c
117117
- name: Run tox
118118
run: tox -v --exit-and-dump-after 1200
119-
- uses: codecov/codecov-action@v4
119+
- uses: codecov/codecov-action@v5
120120
with:
121121
token: ${{ secrets.CODECOV_TOKEN }}
122122
if: ${{ always() }}

0 commit comments

Comments
 (0)