We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023cdb7 commit e0230b2Copy full SHA for e0230b2
.github/workflows/rust.yml
@@ -78,7 +78,7 @@ jobs:
78
run: cargo tarpaulin --out xml --target-dir target --skip-clean --release
79
80
- name: Upload coverage to Codecov
81
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
files: cobertura.xml
0 commit comments