Skip to content

Commit a5fc1e5

Browse files
authored
Merge pull request #266 from ergebnis/dependabot/github_actions/codecov/codecov-action-3.1.4
github-actions(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4
2 parents 723a93e + 0a7f585 commit a5fc1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: "vendor/bin/phpunit --colors=always --configuration=test/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
6161

6262
- name: "Send code coverage report to codecov.io"
63-
uses: "codecov/[email protected].3"
63+
uses: "codecov/[email protected].4"
6464
with:
6565
files: ".build/phpunit/logs/clover.xml"
6666
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)