Skip to content

Commit c0f6c0c

Browse files
authored
Merge pull request #4575 from chamilo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 78d2db8 + a05c7a8 commit c0f6c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: php bin/phpunit --coverage-clover clover.xml
101101

102102
- name: Coverage
103-
uses: codecov/codecov-action@v2
103+
uses: codecov/codecov-action@v3
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
106106
files: ./clover.xml

0 commit comments

Comments
 (0)