We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac1ecb commit 19f0d83Copy full SHA for 19f0d83
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
args: ./vendor/bin/phpunit --coverage-clover coverage.xml --coverage-filter app/ tests/
41
42
- name: codecov
43
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
44
45
- name: GitHub Environment Variables Action
46
uses: FranzDiebold/github-env-vars-action@v2
0 commit comments