Skip to content

Commit b3ec834

Browse files
ci: 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 50bb1c4 commit b3ec834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ jobs:
135135
with:
136136
name: results
137137
- name: Upload test coverage to Codecov
138-
uses: codecov/codecov-action@v6
138+
uses: codecov/codecov-action@v7
139139
with:
140140
use_oidc: true
141141
fail_ci_if_error: true
142142
verbose: true
143143
files: ./coverage.xml ./coverage-native.xml
144144
- name: Upload test results to Codecov
145-
uses: codecov/codecov-action@v6
145+
uses: codecov/codecov-action@v7
146146
with:
147147
use_oidc: true
148148
fail_ci_if_error: true

0 commit comments

Comments
 (0)