Skip to content

Commit

Permalink
Merge pull request #143 from Brain-WP/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

GH Actions: Bump codecov/codecov-action from 3 to 4
  • Loading branch information
gmazzap authored Feb 6, 2024
2 parents 99e91cb + e46974c commit 128b9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Update codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ matrix.php-versions == '7.4' && matrix.dependency-versions == 'highest' }} # upload coverage once is enough
with:
file: ./coverage.xml

0 comments on commit 128b9ee

Please sign in to comment.