Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
phil-davis committed Feb 2, 2024
2 parents 31b90cd + 54b7952 commit c5b0742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,5 +59,5 @@ jobs:
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml

- name: Code Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.coverage != 'none'

0 comments on commit c5b0742

Please sign in to comment.