We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb47ab7 commit 4c7f85fCopy full SHA for 4c7f85f
.github/workflows/codecov.yml
@@ -31,7 +31,7 @@ jobs:
31
run: make test
32
- name: Upload Report to Codecov
33
if: steps.checksecret.outputs.result == 'true'
34
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
+ uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
35
with:
36
file: ./coverage.out
37
fail_ci_if_error: true
0 commit comments