Skip to content

Commit bac4d62

Browse files
committed
Update GitHub actions
1 parent 4df49cd commit bac4d62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
@@ -41,6 +41,7 @@ jobs:
4141
run: vendor/bin/phpunit --colors=always --coverage-clover ./build/logs/clover.xml
4242

4343
- name: Code coverage
44-
uses: codecov/codecov-action@v1
44+
uses: codecov/codecov-action@v3
4545
with:
46-
file: ./build/logs/clover.xml
46+
fail_ci_if_error: true
47+
files: ./build/logs/clover.xml

0 commit comments

Comments
 (0)