From 45a0473fec1ca801e30978d52cc138d78e95959e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:08:48 +0200 Subject: [PATCH] Bump codecov/codecov-action from 1 to 2.0.2 (#486) * Bump codecov/codecov-action from 1 to 2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2. - [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...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicola Murino --- .github/workflows/development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 38359a22..a806574c 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -49,7 +49,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.upload-coverage }} - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ./coverage.txt fail_ci_if_error: false @@ -305,4 +305,4 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: latest - skip-go-installation: true \ No newline at end of file + skip-go-installation: true