Skip to content

Commit c981182

Browse files
authored
Merge pull request #18 from facile-it/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 602f70d + 91c7aec commit c981182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Run tests
6363
run: vendor/bin/phpunit --coverage-clover=coverage.xml
6464
- name: Upload code coverage
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
with:
67-
file: './coverage.xml'
67+
files: './coverage.xml'
6868
fail_ci_if_error: true
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)