Skip to content

Commit 71bd137

Browse files
authored
Merge pull request #13 from nipype/dependabot/github_actions/codecov/codecov-action-4
Build(deps): Bump codecov/codecov-action from 3 to 4
2 parents 7d3222a + 1310f65 commit 71bd137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
--cov-report xml
199199
200200
- name: Upload to CodeCov
201-
uses: codecov/codecov-action@v3
201+
uses: codecov/codecov-action@v4
202202
if: ${{ always() }}
203203
with:
204204
files: coverage.xml

0 commit comments

Comments
 (0)