Skip to content

Commit 4db3f2d

Browse files
authored
Merge pull request #723 from ergebnis/dependabot/github_actions/codecov/codecov-action-4.0.0
github-actions(deps): Bump codecov/codecov-action from 3.1.6 to 4.0.0
2 parents 3f930ec + 3e20fda commit 4db3f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrate.yaml

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

6767
- name: "Send code coverage report to codecov.io"
68-
uses: "codecov/codecov-action@v3.1.6"
68+
uses: "codecov/codecov-action@v4.0.0"
6969
with:
7070
files: ".build/phpunit/logs/clover.xml"
7171
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)