Skip to content

Commit a054e8d

Browse files
Update codecov/codecov-action action to v5 (#76)
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v4 | v5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3399679 commit a054e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
126126

127127
- name: "Send code coverage report to Codecov.io"
128-
uses: codecov/codecov-action@v4
128+
uses: codecov/codecov-action@v5
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131
file: ./coverage.xml

0 commit comments

Comments
 (0)