Skip to content

Commit 008c2fe

Browse files
Bump codecov/codecov-action from 5.5.3 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v5.5.3...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8341b17 commit 008c2fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)