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 3333
3434 steps :
3535 - name : " Checkout"
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737
3838 - name : " Install PHP"
3939 uses : shivammathur/setup-php@v2
7070
7171 steps :
7272 - name : " Checkout"
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474
7575 - name : " Install PHP with extensions"
7676 uses : shivammathur/setup-php@v2
8787 run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
8888
8989 - name : " Send code coverage report to Codecov.io"
90- uses : codecov/codecov-action@v3
90+ uses : codecov/codecov-action@v4
9191 with :
92- files : .build/coverage/clover.xml
92+ token : ${{ secrets.CODECOV_TOKEN }}
93+ files : .build/coverage/clover.xml
9394
9495 - name : " Send code coverage report to Codacy"
9596 uses : codacy/codacy-coverage-reporter-action@v1
You can’t perform that action at this time.
0 commit comments