From 8d3f9dc1989f79b21c6dafdf75a30ba9916ce8d2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 16:21:59 +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..82bbd98 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.0 if: matrix.reportCoverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ebdb32..f702b18 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.0 - name: Generate Docs run: npm run generate-docs - name: Release