Skip to content

Commit bdb4511

Browse files
build(deps): bump codecov/codecov-action from 5 to 7 in the github-actions group (guacsec#558)
build(deps): bump codecov/codecov-action in the github-actions group Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5 to 7 - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4227d87 commit bdb4511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload coverage to Codecov
117117
if: ${{ matrix.node == env.MAIN_NODE_VER }}
118-
uses: codecov/codecov-action@v5
118+
uses: codecov/codecov-action@v7
119119
with:
120120
use_oidc: true
121121
flags: unit-tests

0 commit comments

Comments
 (0)