Skip to content

Commit 27417f3

Browse files
Merge pull request #330 from nicmart/dependabot/github_actions/codecov/codecov-action-5.0.7
github-actions(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7
2 parents 6605824 + d6e1c03 commit 27417f3

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/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
6161

6262
- name: "Send code coverage report to codecov.io"
63-
uses: "codecov/codecov-action@v5.0.4"
63+
uses: "codecov/codecov-action@v5.0.7"
6464
with:
6565
files: ".build/phpunit/logs/clover.xml"
6666

0 commit comments

Comments
 (0)