Skip to content

Commit

Permalink
GH Actions: Bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
Merge pull request #151 from Brain-WP/dependabot/github_actions/codecov/codecov-action-5
  • Loading branch information
gmazzap authored Dec 6, 2024
2 parents 535fbd9 + 139ce27 commit d56d37a
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 @@ -78,7 +78,7 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Update codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ matrix.php-versions == '7.4' && matrix.dependency-versions == 'highest' }} # upload coverage once is enough
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d56d37a

Please sign in to comment.