Skip to content

Commit

Permalink
Merge pull request #2088 from cakephp/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-3

Bump codecov/codecov-action from 1 to 3
  • Loading branch information
othercorey committed Apr 21, 2022
2 parents 4bd8852 + 3839127 commit 48d8e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Submit code coverage
if: matrix.php-version == '8.0'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

testsuite-windows:
runs-on: windows-2019
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
- name: Submit code coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

cs-stan:
name: Coding Standard & Static Analysis
Expand Down

0 comments on commit 48d8e1f

Please sign in to comment.