Skip to content

Commit 2d4b09d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

8181
- name: "Send code coverage report to Codecov.io"
82-
uses: "codecov/codecov-action@v5"
82+
uses: "codecov/codecov-action@v6"
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
file: ./coverage.xml

0 commit comments

Comments
 (0)