Skip to content

Commit d362de8

Browse files
build(deps): bump codecov/codecov-action from 5 to 6 (#851)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2dc8968 commit d362de8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Test
4949
run: make test-coverage
5050
- name: Upload Coverage
51-
uses: codecov/codecov-action@v5
51+
uses: codecov/codecov-action@v6

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
BOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
- name: Upload Coverage
52-
uses: codecov/codecov-action@v5
52+
uses: codecov/codecov-action@v6
5353
- name: Build examples
5454
run: cd examples/custom_commands && make
5555
lint:

0 commit comments

Comments
 (0)