Skip to content

Commit 9cb52ad

Browse files
Changes in file .github/actions/test-reporter-upload/action.yml:
runs:
1 parent b0590fd commit 9cb52ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-reporter-upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ runs:
304304
- name: Upload ${{ steps.output_os.outputs.os }} Python ${{ steps.output_python.outputs.python-version }} coverage to Codecov
305305
id: coverage-codecov-upload
306306
if: ${{ success() && (steps.output_can_upload.outputs.can_upload == 'true') && (steps.output_upload_tools.outputs.can_upload_to_codecov == 'true') }}
307-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
307+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
308308
with:
309309
token: ${{ inputs.codecov-token }}
310310
job_code: ${{ inputs.job_code || '' }}

0 commit comments

Comments
 (0)