Skip to content

Commit

Permalink
Merge pull request #6 from yii-extension/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-2.0.1

Bump codecov/codecov-action from 1 to 2.0.1
  • Loading branch information
terabytesoftw committed Jul 20, 2021
2 parents eae303d + 8ed6893 commit 7132c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload coverage to codecov
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.0.1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: tests/_output/coverage.xml

0 comments on commit 7132c5f

Please sign in to comment.