Skip to content

Commit 17fdfb4

Browse files
authored
Merge pull request #805 from nipy/dependabot/github_actions/codecov/codecov-action-5
[gh-actions](deps): Bump codecov/codecov-action from 4 to 5
2 parents 900ccdc + a8773db commit 17fdfb4

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
@@ -58,7 +58,7 @@ jobs:
5858
run: coverage run `which pytest` -s -v heudiconv
5959

6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
with:
6363
fail_ci_if_error: false
6464
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)