Skip to content

Commit a163d35

Browse files
authored
Merge pull request #18 from cjermain/dependabot/github_actions/codecov/codecov-action-6
ci(deps): bump codecov/codecov-action from 5 to 6
2 parents 101b042 + c21c14a commit a163d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uv run -- maturin develop --uv
4343
uv run -- pytest tests --cov=foobar --cov-report xml
4444
cargo llvm-cov report --lcov --output-path coverage.lcov
45-
- uses: codecov/codecov-action@v5
45+
- uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
files: coverage.lcov,coverage.xml

0 commit comments

Comments
 (0)