Skip to content

Commit 8c6dfa5

Browse files
dependabot[bot]dpgeorge
authored andcommitted
github/workflows: Bump codecov/codecov-action from 5 to 6.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba28b8f commit 8c6dfa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ports_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
(cd ports/unix && gcov -o build-coverage/py ../../py/*.c || true)
9494
(cd ports/unix && gcov -o build-coverage/extmod ../../extmod/*.c || true)
9595
- name: Upload coverage to Codecov
96-
uses: codecov/codecov-action@v5
96+
uses: codecov/codecov-action@v6
9797
with:
9898
# Only fail the job on error if a token is set, or we're running against upstream repo.
9999
# This avoids the annoying situation of the job failing on every push to a fork (if no token is set).

0 commit comments

Comments
 (0)