Skip to content

Commit 71a01de

Browse files
Update codecov/codecov-action action to v6
1 parent 074716d commit 71a01de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
poetry run pytest -v --cov=sqlite_ml --cov=tests --cov-branch --cov-report=term-missing tests
4040
poetry run coverage xml
4141
- name: Publish code coverage to Codecov
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v6
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./coverage.xml

0 commit comments

Comments
 (0)