From c18c3dea31a5f425d29767d1aa4a1db7c458e575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 05:42:34 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from v1.0.11 to v1.0.12 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.11 to v1.0.12. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.11...07127fde53bc3ccd346d47ab2f14c390161ad108) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ed2d6af45..8ae5e39b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: NODE_INSTALLER: ${{ matrix.node-installer }} DEBUG: electron-installer-snap:snapcraft - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v1.0.11 + uses: codecov/codecov-action@v1.0.12 with: file: ./coverage.lcov env_vars: CI_OS,NODE_INSTALLER