Skip to content

Commit cf72648

Browse files
Update codecov/codecov-action action to v5 (#66)
| 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 df4a94b commit cf72648

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
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: "Send code coverage report to Codecov.io"
6969
if: ${{ matrix.code-coverage != 'none' }}
70-
uses: codecov/codecov-action@v4
70+
uses: codecov/codecov-action@v5
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
file: ./coverage.xml

0 commit comments

Comments
 (0)