From 785e9c0dd8be6ac734549ba0c39ad06af59611e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:23:17 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from v1.2.2 to v1.3.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.2 to v1.3.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.2.2...fcebab03f26c7530a22baa63f06b3e0515f0c7cd) 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 e9c83d1c19..014ffd4eb9 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.2.2 + uses: codecov/codecov-action@v1.3.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.2.2 + uses: codecov/codecov-action@v1.3.1 with: file: ./coverage.lcov env_vars: CI_OS,TEST_TYPE