We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a377077 commit 6b60b49Copy full SHA for 6b60b49
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Run php tests
57
run: composer run phpunit
58
- name: Send coverage
59
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
60
- name: Send coverage to Scrutinizer
61
uses: sudo-bot/action-scrutinizer@latest
62
# Do not run this step on forked versions of the main repository (example: contributor forks)
0 commit comments