Skip to content

Commit a8ccd7d

Browse files
authored
Update codecov/codecov-action 7.0.0 to fix failing CI (#503)
6.0.1 tries to download a GPG key from a missing keybase account, causing our CI actions to fail when they try to upload the coverage report. See: codecov/wrapper#75
1 parent 72cd32a commit a8ccd7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: uv run --locked pytest --cov-report=xml
129129

130130
- name: Upload coverage report
131-
uses: codecov/codecov-action@v6.0.1
131+
uses: codecov/codecov-action@v7.0.0
132132
with:
133133
env_vars: OS,PYTHON
134134
disable_search: true

0 commit comments

Comments
 (0)