diff --git a/.github/workflows/integration-test-enterprise-nightly.yaml b/.github/workflows/integration-test-enterprise-nightly.yaml index 59f9e79b9..d3286b1c7 100644 --- a/.github/workflows/integration-test-enterprise-nightly.yaml +++ b/.github/workflows/integration-test-enterprise-nightly.yaml @@ -67,7 +67,7 @@ jobs: - name: Run tests run: make test-coverage-enterprise - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.0.0 continue-on-error: true with: name: codecov-enterprise-nightly diff --git a/.github/workflows/integration-test-enterprise.yaml b/.github/workflows/integration-test-enterprise.yaml index 7953d2ca6..b8ac19f70 100644 --- a/.github/workflows/integration-test-enterprise.yaml +++ b/.github/workflows/integration-test-enterprise.yaml @@ -100,7 +100,7 @@ jobs: - name: Run tests run: make test-coverage-enterprise - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.0.0 continue-on-error: true with: name: codecov-${{ matrix.kong_version }} diff --git a/.github/workflows/integration-test-nightly.yaml b/.github/workflows/integration-test-nightly.yaml index f0ce3c056..692852e9e 100644 --- a/.github/workflows/integration-test-nightly.yaml +++ b/.github/workflows/integration-test-nightly.yaml @@ -43,7 +43,7 @@ jobs: - name: Run tests run: make test-coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.0.0 continue-on-error: true with: name: codecov-nightly diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 42bec7f4c..ab8273c3c 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -78,7 +78,7 @@ jobs: - name: Run tests run: make test-coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.0.0 continue-on-error: true with: name: codecov-${{ matrix.kong_version }}