File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : " Checkout"
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
38
38
- name : " Install PHP"
39
39
uses : shivammathur/setup-php@v2
70
70
71
71
steps :
72
72
- name : " Checkout"
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout@v4
74
74
75
75
- name : " Install PHP with extensions"
76
76
uses : shivammathur/setup-php@v2
87
87
run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
88
88
89
89
- name : " Send code coverage report to Codecov.io"
90
- uses : codecov/codecov-action@v3
90
+ uses : codecov/codecov-action@v4
91
91
with :
92
- files : .build/coverage/clover.xml
92
+ token : ${{ secrets.CODECOV_TOKEN }}
93
+ files : .build/coverage/clover.xml
93
94
94
95
- name : " Send code coverage report to Codacy"
95
96
uses : codacy/codacy-coverage-reporter-action@v1
You can’t perform that action at this time.
0 commit comments