🚿 update codecov action

This commit is contained in:
smiley
2022-07-05 23:30:34 +02:00
parent cde2af576b
commit 2777a0d912
+2 -4
View File
@@ -70,7 +70,7 @@ jobs:
run: phpdoc --config=phpdoc.xml
- name: "Publish Docs to gh-pages"
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
branch: gh-pages
folder: docs
@@ -112,6 +112,4 @@ jobs:
run: php vendor/bin/phpunit --configuration=phpunit.xml
- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3