Skip to content

Commit dc7153b

Browse files
authored
Merge pull request #226 from wp-cli/dependabot/github_actions/codecov/codecov-action-5.5.3
Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 0252b4e + 64a9314 commit dc7153b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
423423
- name: Upload code coverage report
424424
if: ${{ matrix.coverage }}
425-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
425+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
426426
with:
427427
directory: build/logs
428428
flags: unit
@@ -594,7 +594,7 @@ jobs:
594594
595595
- name: Upload code coverage report
596596
if: ${{ matrix.coverage }}
597-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
597+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
598598
with:
599599
# Because somehow providing `directory: build/logs` doesn't work for these files
600600
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)