diff --git a/.github/workflows/integration-test-enterprise-nightly.yaml b/.github/workflows/integration-test-enterprise-nightly.yaml index 1882cc02..5a7e737e 100644 --- a/.github/workflows/integration-test-enterprise-nightly.yaml +++ b/.github/workflows/integration-test-enterprise-nightly.yaml @@ -69,7 +69,7 @@ jobs: - name: Run tests run: make test-coverage-enterprise - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.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 6ece8c6d..145dd301 100644 --- a/.github/workflows/integration-test-enterprise.yaml +++ b/.github/workflows/integration-test-enterprise.yaml @@ -104,7 +104,7 @@ jobs: - name: Run tests run: make test-coverage-enterprise - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.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 3cdfbd8a..a7946535 100644 --- a/.github/workflows/integration-test-nightly.yaml +++ b/.github/workflows/integration-test-nightly.yaml @@ -44,7 +44,7 @@ jobs: - name: Run tests run: make test-coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 continue-on-error: true with: name: codecov-nightly diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index e4a8fd97..89c42e7f 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -81,7 +81,7 @@ jobs: - name: Run tests run: make test-coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 continue-on-error: true with: name: codecov-${{ matrix.kong_version }}