From 82b872ecda0133173d536ff5534429045545717e Mon Sep 17 00:00:00 2001 From: null Date: Fri, 15 Nov 2024 14:22:55 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.0.1 --- .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 1b89eeb7b..b720fff47 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@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v5.0.0 + - uses: codecov/codecov-action@v5.0.1 with: directory: ./coverage/vue/ flags: summary,vue