From 1429436c7d75d012406d074837a3546a1cc49def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 07:35:25 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from v1.0.15 to v1.4.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.15 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.15...967e2b38a85a62bd61be5529ada27ebc109948c2) 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..a4d1a5d658 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@v1.4.1 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@v1.4.1 with: file: ./coverage.lcov env_vars: CI_OS,TEST_TYPE