From 5423e38356bf007d23f429e554f4462f28fe324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 07:00:36 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from v1.0.7 to v1.2.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.7 to v1.2.2. - [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...1f8f3abcccf7960749744fd13547965f0e7d1bdd) 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..0a264b6 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.2.2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33ac01d..5dda04e 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.2.2 with: token: ${{ secrets.CODECOV_TOKEN }}