From 138b8be04f481e218c8cb6336dcbadc1e3a88ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:03:35 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 2.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.3. - [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...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/insiders.yml | 2 +- .github/workflows/pr-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 92ddc7e2fe16..2ed606db103e 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -497,7 +497,7 @@ jobs: mv .github/codecov.yml $GITHUB_WORKSPACE - name: Upload coverage to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ${{env.special-working-directory}}/coverage/cobertura-coverage.xml diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index fafbb61be550..ab3e91b7b1ee 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -497,7 +497,7 @@ jobs: mv .github/codecov.yml $GITHUB_WORKSPACE - name: Upload coverage to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.3 with: # Can't use the token to disambiguate since secrets aren't available from PR-triggered runs. #token: ${{ secrets.CODECOV_TOKEN }}