Skip to content

Commit 88376fb

Browse files
mukeshpanchal27ernilambar
andauthored
Merge pull request #1247 from WordPress/dependabot/github_actions/codecov/codecov-action-6.0.0
Bump codecov/codecov-action from 5.5.3 to 6.0.0 Co-authored-by: ernilambar <nilambar@git.wordpress.org> Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
2 parents 8341b17 + 008c2fe commit 88376fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/behat-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Upload code coverage report
157157
if: ${{ matrix.coverage }}
158-
uses: codecov/codecov-action@v5.5.3
158+
uses: codecov/codecov-action@v6.0.0
159159
with:
160160
files: ${{ steps.coverage_files.outputs.files }}
161161
flags: feature

.github/workflows/php-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Upload code coverage report
112112
if: ${{ matrix.coverage }}
113-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
113+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
114114
with:
115115
file: build/logs/*.xml
116116
flags: unit
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: Upload code coverage report
158158
if: ${{ matrix.coverage }}
159-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
159+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
160160
with:
161161
file: build/logs/*.xml
162162
flags: phpcs-sniffs

0 commit comments

Comments
 (0)