From b45a9b6deaba06c0cd285eb6c0172f5f7989cc14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 07:43:42 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v1.5.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6df6bf1..68c6997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Test run: yarn test - name: Codecov upload - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v1.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} build: