Skip to content

Commit 293339d

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#553)
1 parent 9e6a885 commit 293339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: ./vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.xml --exclude-group twig --coverage-clover=./var/coverage/clover.xml
147147

148148
- name: Code coverage Scan
149-
uses: codecov/codecov-action@v3
149+
uses: codecov/codecov-action@v4
150150
with:
151151
token: ${{ secrets.CODECOV_TOKEN }}
152152

0 commit comments

Comments
 (0)