From a9d813afe4ca5c0291cd372d3b4872acbd4180be Mon Sep 17 00:00:00 2001 From: null Date: Tue, 19 Nov 2024 21:22:55 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.0.3 --- .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 046e2c8c1..caf77a9d1 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.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 with: directory: ./coverage/vue/ flags: summary,vue