Skip to content

Commit 4bb2072

Browse files
committed
chore(deps): update codecov/codecov-action action to v4.4.0
1 parent b47da81 commit 4bb2072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: composer test:cc
101101

102102
- name: 📤 Upload code coverage report to Codecov
103-
uses: codecov/codecov-action@v4.3.1
103+
uses: codecov/codecov-action@v4.4.0
104104
with:
105105
files: .build/phpunit/logs/clover.xml
106106
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)