Skip to content

Commit 284eef1

Browse files
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 5957aee commit 284eef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: cargo llvm-cov --manifest-path crates/agon-core/Cargo.toml --lcov --output-path rust-coverage.lcov
120120

121121
- name: Upload Python coverage to Codecov
122-
uses: codecov/codecov-action@v5
122+
uses: codecov/codecov-action@v6
123123
with:
124124
files: coverage.xml
125125
flags: python
@@ -128,7 +128,7 @@ jobs:
128128
verbose: true
129129

130130
- name: Upload Rust coverage to Codecov
131-
uses: codecov/codecov-action@v5
131+
uses: codecov/codecov-action@v6
132132
with:
133133
files: rust-coverage.lcov
134134
flags: rust

0 commit comments

Comments
 (0)