diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20769797e7..34ec26eb84 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.1.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@v1.1.0 with: file: ./coverage.lcov env_vars: CI_OS,TEST_TYPE