Skip to content

Commit d114a7d

Browse files
committed
:octocat: CI update
1 parent b2255fe commit d114a7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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
@@ -87,9 +87,10 @@ jobs:
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

0 commit comments

Comments
 (0)