From 807884b52ee0f06f01edf5957856104a25859433 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 5 Dec 2024 21:24:39 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.1.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 67858b87b..997049a3d 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.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/vue/ flags: summary,vue