From 6f92d1b9afe7c77b3b4353a51b80c2b73dbd0e9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:30:01 +0500 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 (#567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/manual-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 408fa8eb4..8b2df7d56 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Test run: npm run test - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 - name: Build run: npm run build # NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated