File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : Upload code coverage report
155
155
if : ${{ matrix.coverage }}
156
- uses : codecov/codecov-action@v5.1.2
156
+ uses : codecov/codecov-action@v5.3.1
157
157
with :
158
158
files : ${{ steps.coverage_files.outputs.files }}
159
159
flags : feature
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Upload code coverage report
108
108
if : ${{ matrix.coverage }}
109
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
109
+ uses : codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
110
110
with :
111
111
file : build/logs/*.xml
112
112
flags : unit
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : Upload code coverage report
154
154
if : ${{ matrix.coverage }}
155
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
155
+ uses : codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
156
156
with :
157
157
file : build/logs/*.xml
158
158
flags : phpcs-sniffs
You can’t perform that action at this time.
0 commit comments