diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a5f5034cf96..7d39c51ff4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: - name: Run unit tests run: make test-unit - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage-unit.txt @@ -72,7 +72,7 @@ jobs: - name: Run unit tests run: make test-unit - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage-unit.txt @@ -103,7 +103,7 @@ jobs: cd multicluster make test-integration - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: .coverage/coverage-integration.txt,multicluster/.coverage/coverage-integration.txt diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index 2b4c7532fc5..f9d1bad10bc 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -111,7 +111,7 @@ jobs: path: test-e2e-encap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -179,7 +179,7 @@ jobs: path: test-e2e-encap-non-default-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -248,7 +248,7 @@ jobs: path: test-e2e-encap-all-features-enabled-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -310,7 +310,7 @@ jobs: path: test-e2e-noencap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -372,7 +372,7 @@ jobs: path: test-e2e-hybrid-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -446,7 +446,7 @@ jobs: path: test-e2e-fa-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*'