From 31fb738d5b02d35142174d9f11c7e7cde993bd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 18:55:38 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 2.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/kind.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 .github/workflows/kind.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 970d42b2d84..2450476934e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: - name: Run unit tests run: make test-unit - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage-unit.txt diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml old mode 100755 new mode 100644 index 4111da0bd80..fd603a59357 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -102,7 +102,7 @@ jobs: path: test-e2e-encap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -159,7 +159,7 @@ jobs: path: test-e2e-encap-no-proxy-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -222,7 +222,7 @@ jobs: path: test-e2e-encap-proxy-all-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -279,7 +279,7 @@ jobs: path: test-e2e-noencap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -336,7 +336,7 @@ jobs: path: test-e2e-hybrid-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -396,7 +396,7 @@ jobs: path: test-e2e-encap-no-np-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*'