From 2771cf12fa447c5551d0ec38044bb35efad0747f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 07:00:34 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from v1.0.7 to v1.4.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.7 to v1.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.7...967e2b38a85a62bd61be5529ada27ebc109948c2) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44c9c07..c0a07be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - name: Code Coverage - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33ac01d..39f48d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,6 @@ jobs: - name: Build run: npm run build - name: Code Coverage - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.4.1 with: token: ${{ secrets.CODECOV_TOKEN }}