Skip to content

Commit 38317ba

Browse files
Build(deps): Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ce8055 commit 38317ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: python -m pip install "niworkflows[tests]"
191191
- name: Run tests
192192
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193-
- uses: codecov/codecov-action@v3
193+
- uses: codecov/codecov-action@v4
194194
name: Submit to CodeCov
195195

196196
test-pre:
@@ -245,7 +245,7 @@ jobs:
245245
run: python -m pip install $PIP_FLAGS "niworkflows[tests]"
246246
- name: Run tests
247247
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
248-
- uses: codecov/codecov-action@v3
248+
- uses: codecov/codecov-action@v4
249249
name: Submit to CodeCov
250250

251251
flake8:

0 commit comments

Comments
 (0)