Skip to content

Commit 2c41aae

Browse files
Update codecov/codecov-action action to v4 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a47c019 commit 2c41aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: vendor/bin/phpunit --coverage-text --coverage-xml build/coverage-xml --coverage-cobertura build/cobertura.xml
7171

7272
- name: Upload coverage reports to Codecov
73-
uses: codecov/codecov-action@v3
73+
uses: codecov/codecov-action@v4
7474
env:
7575
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7676

0 commit comments

Comments
 (0)