Skip to content

Commit bcdf9fb

Browse files
authored
Apply suggestion from @Jibola
1 parent 3200777 commit bcdf9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Generate xml report
108108
run: uv tool run --with "coverage[toml]" coverage xml
109109
- name: Upload test results to Codecov
110-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
110+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
doctest:

0 commit comments

Comments
 (0)