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