aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-14 19:46:26 +0000
committerDamien George <damien@micropython.org>2023-09-29 23:26:15 +1000
commit8f259e66676918a85c570bb827c60bdec0c9d074 (patch)
treea4d425e31f0d8e7ccf3959be6656cf541e7a7eb8
parent52e3da0a0bdb88a0eb869e8df03b66ab7f7a74ea (diff)
github/workflows: Bump codecov/codecov-action from 3 to 4.dependabot/github_actions/codecov/codecov-action-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](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ports_unix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_unix.yml b/.github/workflows/ports_unix.yml
index 04dfd7852..4f7626b3a 100644
--- a/.github/workflows/ports_unix.yml
+++ b/.github/workflows/ports_unix.yml
@@ -76,7 +76,7 @@ jobs:
(cd ports/unix && gcov -o build-coverage/py ../../py/*.c || true)
(cd ports/unix && gcov -o build-coverage/extmod ../../extmod/*.c || true)
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true