We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8938289 + 7607c77 commit c098f5fCopy full SHA for c098f5f
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
41
- uses: actions-rs/[email protected]
42
- name: Codecov
43
- uses: codecov/codecov-action@v3.1.6
+ uses: codecov/codecov-action@v4.0.0
44
with:
45
fail_ci_if_error: true
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments