From 41310ddf4f70bb27770c228d199419f4e4853197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:22:43 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fbde2..f19f7c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,5 +31,5 @@ jobs: - run: npm test - run: npm run semantic-release-dry-run - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.6 if: matrix.reportCoverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cac0286..4b95a3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Test run: npm test - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.6 - name: Generate Docs run: npm run generate-docs - name: Release