Skip to content

Commit 17b6b72

Browse files
chore(deps): bump codecov/codecov-action from 6 to 7
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>
1 parent ffd0f15 commit 17b6b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

122122
# Upload the Kover report to CodeCov
123123
- name: Upload Code Coverage Report
124-
uses: codecov/codecov-action@v6
124+
uses: codecov/codecov-action@v7
125125
with:
126126
files: ${{ github.workspace }}/build/reports/kover/report.xml
127127
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)