Skip to content

Commit 48ad35d

Browse files
ci(deps): bump codecov/codecov-action from 4 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...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 f68dd07 commit 48ad35d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: go tool cover -html=coverage.out -o coverage.html
4444

4545
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v4
46+
uses: codecov/codecov-action@v6
4747
with:
4848
file: ./coverage.out
4949
flags: unittests

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fi
8686
8787
- name: Upload coverage
88-
uses: codecov/codecov-action@v4
88+
uses: codecov/codecov-action@v6
8989
with:
9090
file: ./coverage.out
9191
flags: unittests

0 commit comments

Comments
 (0)