Skip to content

Commit 89d2fe8

Browse files
timtreisclaude
andcommitted
ci: bump codecov-action to v6 to fix signature verification
codecov-action@v5 verifies the codecov CLI against Codecov's old Keybase key, which they bricked after migrating accounts. The upload step now fails with "Could not verify signature" and, with fail_ci_if_error true, hard-fails the Coverage job. v6 (= 6.0.2) ships the updated key. Ref: codecov/codecov-action#1956 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 78d9233 commit 89d2fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: tests/figures/*
9595
- name: Upload coverage
9696
if: matrix.env.name == 'hatch-test.py3.14-stable'
97-
uses: codecov/codecov-action@v5
97+
uses: codecov/codecov-action@v6
9898
with:
9999
fail_ci_if_error: true
100100
use_oidc: true

0 commit comments

Comments
 (0)