Skip to content

Commit db1059b

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#863)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8d1e71 commit db1059b

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
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload code coverage report
155155
if: ${{ matrix.coverage }}
156-
uses: codecov/codecov-action@v5.1.2
156+
uses: codecov/codecov-action@v5.3.1
157157
with:
158158
files: ${{ steps.coverage_files.outputs.files }}
159159
flags: feature

.github/workflows/php-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Upload code coverage report
108108
if: ${{ matrix.coverage }}
109-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
109+
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
110110
with:
111111
file: build/logs/*.xml
112112
flags: unit
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Upload code coverage report
154154
if: ${{ matrix.coverage }}
155-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
155+
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
156156
with:
157157
file: build/logs/*.xml
158158
flags: phpcs-sniffs

0 commit comments

Comments
 (0)