Skip to content

Commit 8c5d2b6

Browse files
authored
Merge pull request #129 from wp-cli/dependabot/github_actions/codecov/codecov-action-5.4.2
Bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents 23db769 + c4eb0dc commit 8c5d2b6

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
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: Upload code coverage report
299299
if: ${{ matrix.coverage }}
300-
uses: codecov/codecov-action@v5.4.0
300+
uses: codecov/codecov-action@v5.4.2
301301
with:
302302
directory: build/logs
303303
flags: unit
@@ -439,7 +439,7 @@ jobs:
439439
440440
- name: Upload code coverage report
441441
if: ${{ matrix.coverage }}
442-
uses: codecov/codecov-action@v5.4.0
442+
uses: codecov/codecov-action@v5.4.2
443443
with:
444444
# Because somehow providing `directory: build/logs` doesn't work for these files
445445
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)