Skip to content

Commit 36eb73f

Browse files
Update codecov/codecov-action action to v5 (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 912a426 commit 36eb73f

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
@@ -76,6 +76,6 @@ jobs:
7676
run: vendor/bin/phpunit --coverage-text --coverage-xml build/coverage-xml --coverage-cobertura build/cobertura.xml
7777

7878
- name: Upload coverage reports to Codecov
79-
uses: codecov/codecov-action@v4
79+
uses: codecov/codecov-action@v5
8080
env:
8181
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)