Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio Peris <[email protected]>
  • Loading branch information
dependabot[bot] and sertxudev authored Mar 11, 2024
1 parent 0e3cd4d commit c28e99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Send code coverage report to Codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Send code coverage report to Codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit c28e99c

Please sign in to comment.