Skip to content

Commit c344dcb

Browse files
authored
Merge pull request #1434 from ergebnis/dependabot/github_actions/codecov/codecov-action-5.4.0
github-actions(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents ff29bb7 + 0387dd6 commit c344dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

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

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

0 commit comments

Comments
 (0)