Skip to content

Commit 294c5b8

Browse files
committed
fix: update codecov action to v4 to resolve GPG verification error
Update codecov/codecov-action from v5 to v4 to fix GPG signature verification failures in coverage upload step. v4 resolves the GPG key verification issue that was causing CI failures. Fixes: 'gpg: Can't check signature: No public key' error in PR tests coverage upload
1 parent 03c4758 commit 294c5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload coverage to Codecov
106106
if: inputs.with-coverage
107-
uses: codecov/codecov-action@v5
107+
uses: codecov/codecov-action@v4
108108
with:
109109
directory: ./coverage/reports/
110110
env_vars: PYTHON

0 commit comments

Comments
 (0)