From b2f89646a5d5f53416b062e61c4423302336395b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 22:14:48 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 1.0.15 to 3.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.15 to 3.0.0. - [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.15...v3.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e42e6ee75..abcf7ac03a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests run: bolt coverage:fast - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v1.0.15 + uses: codecov/codecov-action@v3.0.0 with: file: ./coverage.lcov env_vars: CI_OS,TEST_TYPE @@ -134,7 +134,7 @@ jobs: env: DEBUG: electron-installer-snap:snapcraft - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v1.0.15 + uses: codecov/codecov-action@v3.0.0 with: file: ./coverage.lcov env_vars: CI_OS,TEST_TYPE