Skip to content

Commit 790e230

Browse files
Update codecov/codecov-action action to v6
1 parent 1c72d69 commit 790e230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests with coverage
4444
run: python -m pytest --cov --cov-branch --cov-report=xml
4545
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
fail_ci_if_error: true

0 commit comments

Comments
 (0)