File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ jobs:
160160 id : run-test-suite
161161 run : ./dev/test-coverage-actions.sh php $TEST_TYPE
162162 - name : Upload coverage file
163- uses : actions/upload-artifact@v3
163+ uses : actions/upload-artifact@v4
164164 with :
165165 name : ${{ matrix.testType }}-coverage
166166 path : tests/coverage.php
167167 - name : Upload log files
168168 if : always()
169- uses : actions/upload-artifact@v3
169+ uses : actions/upload-artifact@v4
170170 with :
171171 name : ${{ matrix.testType }}-logs
172172 path : |
@@ -217,7 +217,7 @@ jobs:
217217 token : ${{ secrets.CODECOV_TOKEN }}
218218 file : " ./tests/coverage.xml"
219219 - name : Upload coverage reports to artifact
220- uses : actions/upload-artifact@v3
220+ uses : actions/upload-artifact@v4
221221 with :
222222 name : coverage
223223 path : tests/coverage.xml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments