Skip to content

Commit afb3e75

Browse files
committed
ci: fix bad codecov hash pin
1 parent bb09a81 commit afb3e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
run: cargo tarpaulin --workspace --timeout 300 --out xml
271271

272272
- name: Upload coverage to Codecov
273-
uses: codecov/codecov-action@26ab1fa0e55b0bbe01d9e3f3a0729cf74f8bd07b # v5.5.1
273+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
274274
with:
275275
files: ./cobertura.xml
276276
fail_ci_if_error: false

0 commit comments

Comments
 (0)