Skip to content

Commit cf15f41

Browse files
chore(deps): 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 130f849 commit cf15f41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
cat coverage.xml
131131
echo '::endgroup::'
132132
- name: Send coverage
133-
uses: codecov/codecov-action@v5
133+
uses: codecov/codecov-action@v6
134134
with:
135135
files: ./coverage.xml
136136
env_vars: OS,VIMVER
@@ -270,7 +270,7 @@ jobs:
270270
cat coverage.xml
271271
echo '::endgroup::'
272272
- name: Send coverage
273-
uses: codecov/codecov-action@v5
273+
uses: codecov/codecov-action@v6
274274
with:
275275
files: ./coverage.xml
276276
env_vars: OS,VIMVER

0 commit comments

Comments
 (0)