Skip to content

Commit c9df845

Browse files
dependabot[bot]mborgerson
authored andcommitted
ci: bump codecov/codecov-action from 5 to 6
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>
1 parent f1a003b commit c9df845

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
@@ -131,14 +131,14 @@ jobs:
131131
with:
132132
name: results
133133
- name: Upload test coverage to Codecov
134-
uses: codecov/codecov-action@v5
134+
uses: codecov/codecov-action@v6
135135
with:
136136
use_oidc: true
137137
fail_ci_if_error: true
138138
verbose: true
139139
files: ./coverage.xml ./coverage-native.xml
140140
- name: Upload test results to Codecov
141-
uses: codecov/codecov-action@v5
141+
uses: codecov/codecov-action@v6
142142
with:
143143
use_oidc: true
144144
fail_ci_if_error: true

0 commit comments

Comments
 (0)