From a87711fc81281bf2c11be2558e5c93f1db6ea66f Mon Sep 17 00:00:00 2001 From: null Date: Tue, 1 Oct 2024 15:25:05 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96ee835d2..e710a8edc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,32 +37,32 @@ jobs: - name: Display structure of coverage files run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: directory: ./coverage/vue/ flags: summary,vue