We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a739ce commit d032e5bCopy full SHA for d032e5b
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
run: cargo tarpaulin --out xml --verbose --features gpg-tests
73
74
- name: Upload reports to codecov
75
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
76
with:
77
name: code-coverage-report
78
file: cobertura.xml
0 commit comments