Skip to content

Commit a8e158b

Browse files
authored
Merge pull request #332 from timtreis/fix/codecov-action-v6-signature
ci: bump codecov-action to v6 to fix signature verification
2 parents 842badb + 18e5c0c commit a8e158b

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
@@ -87,7 +87,7 @@ jobs:
8787
uvx hatch run ${{ matrix.env.name }}:cov-report # report visibly
8888
uvx hatch run ${{ matrix.env.name }}:coverage xml # create report for upload
8989
- name: Upload coverage
90-
uses: codecov/codecov-action@v5
90+
uses: codecov/codecov-action@v6
9191
with:
9292
fail_ci_if_error: true
9393
use_oidc: true

0 commit comments

Comments
 (0)