Skip to content

Commit a4e714b

Browse files
Update codecov/codecov-action action to v6
1 parent 808658e commit a4e714b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install pytest-cov
3131
pytest --cov=./ovos_microphone_plugin_files --cov-report=xml
3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v6
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
directory: ./coverage/reports/

0 commit comments

Comments
 (0)