Skip to content

Commit 0509ed7

Browse files
chore(deps): bump codecov/codecov-action
Bumps the all-actions-version-updates group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: all-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79e5d76 commit 0509ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Generate code coverage
114114
run: just ci-coverage
115115
- name: Upload coverage to Codecov
116-
uses: codecov/codecov-action@v5
116+
uses: codecov/codecov-action@v6
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119
files: target/llvm-cov/codecov.info

0 commit comments

Comments
 (0)