Skip to content

Commit 6ad70ec

Browse files
authored
Merge pull request #649 from ergebnis/dependabot/github_actions/codecov/codecov-action-5.3.1
github-actions(deps): Bump codecov/codecov-action from 5.1.2 to 5.3.1
2 parents d9edcd8 + 1af2089 commit 6ad70ec

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
@@ -74,7 +74,7 @@ jobs:
7474
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
7575

7676
- name: "Send code coverage report to codecov.io"
77-
uses: "codecov/codecov-action@v5.1.2"
77+
uses: "codecov/codecov-action@v5.3.1"
7878
with:
7979
files: ".build/phpunit/logs/clover.xml"
8080
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)