We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3427835 commit 0b2a8aaCopy full SHA for 0b2a8aa
.github/actions/upload_test_coverage_report/action.yml
@@ -38,7 +38,7 @@ runs:
38
shell: bash
39
40
- name: Upload coverage reports to Codecov
41
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
42
with:
43
token: ${{ inputs.token }}
44
flags: ${{ inputs.scheme_name }}
0 commit comments