Skip to content

Commit 1d766c9

Browse files
authored
Merge pull request #1397 from nipy/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 994acc5 + 35d5cda commit 1d766c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: tox c
191191
- name: Run tox
192192
run: tox -vv --exit-and-dump-after 1200
193-
- uses: codecov/codecov-action@v4
193+
- uses: codecov/codecov-action@v5
194194
if: ${{ always() }}
195195
with:
196196
files: cov.xml

0 commit comments

Comments
 (0)