We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8002f9f commit d1b711fCopy full SHA for d1b711f
1 file changed
.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.1
+ uses: codecov/codecov-action@v5.5.2
42
with:
43
token: ${{ inputs.token }}
44
flags: ${{ inputs.scheme_name }}
0 commit comments