Skip to content

Commit c28e99c

Browse files
Bump codecov/codecov-action from 3 to 4 (#15)
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]>
1 parent 0e3cd4d commit c28e99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: vendor/bin/phpunit --coverage-clover=coverage.xml
4949

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

5353
windows:
5454
runs-on: windows-latest
@@ -91,4 +91,4 @@ jobs:
9191
run: vendor/bin/phpunit --coverage-clover=coverage.xml
9292

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

0 commit comments

Comments
 (0)