Skip to content

Commit 2c59871

Browse files
authored
Merge pull request #120 from wp-cli/dependabot/github_actions/codecov/codecov-action-5.4.0
Bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents 22f7dbd + b294d7b commit 2c59871

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
@@ -280,7 +280,7 @@ jobs:
280280
281281
- name: Upload code coverage report
282282
if: ${{ matrix.coverage }}
283-
uses: codecov/codecov-action@v5.3.1
283+
uses: codecov/codecov-action@v5.4.0
284284
with:
285285
directory: build/logs
286286
flags: unit
@@ -411,7 +411,7 @@ jobs:
411411
412412
- name: Upload code coverage report
413413
if: ${{ matrix.coverage }}
414-
uses: codecov/codecov-action@v5.3.1
414+
uses: codecov/codecov-action@v5.4.0
415415
with:
416416
# Because somehow providing `directory: build/logs` doesn't work for these files
417417
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)