Skip to content

Commit 6f82758

Browse files
Copilotaclark4life
andauthored
Fix mismatched version comment for codecov-action (v5 -> v6.0.0)
Agent-Logs-Url: https://github.com/mongodb/mongo-python-driver/sessions/fb1d8b92-15c7-43db-ada3-75cdbe475b93 Co-authored-by: aclark4life <72164+aclark4life@users.noreply.github.com>
1 parent 82aae67 commit 6f82758

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.0.0
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
doctest:

0 commit comments

Comments
 (0)