Skip to content

Commit 12f95a0

Browse files
farhanclaude
andcommitted
fix: update codecov-action to v6.0.2 to fix GPG verification failure
v6.0.0 (57e3a136) has a GPG signature verification issue when downloading the codecov CLI on Ubuntu runners. v6.0.2 (fb8b3582) released 2026-06-07 resolves this. Also keeps the 'files' input fix from the previous commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 26d78ee commit 12f95a0

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Upload coverage to CodeCov
3333
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
34-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
34+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
3535
with:
3636
file: ./coverage.xml
3737
fail_ci_if_error: true

0 commit comments

Comments
 (0)