Skip to content

Commit ff1429c

Browse files
ci: bump codecov/codecov-action from 6 to 7 (#41)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 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@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' 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 32ae76e commit ff1429c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
if: success() && steps.template_guard.outputs.is_template == 'false' && env.CODECOV_TOKEN != ''
122122
env:
123123
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
124-
uses: codecov/codecov-action@v6
124+
uses: codecov/codecov-action@v7
125125
with:
126126
token: ${{ env.CODECOV_TOKEN }}
127127
files: out/codeCoverage.xml

0 commit comments

Comments
 (0)