From bda51cd925f2b35a6759df971c75d974f84022f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:32:00 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#471) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration-test-enterprise-nightly.yaml | 2 +- .github/workflows/integration-test-enterprise.yaml | 2 +- .github/workflows/integration-test-nightly.yaml | 2 +- .github/workflows/integration-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-test-enterprise-nightly.yaml b/.github/workflows/integration-test-enterprise-nightly.yaml index 5a7e737e..21fd814a 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.5.0 + uses: codecov/codecov-action@v4.6.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 145dd301..2d4f4771 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.5.0 + uses: codecov/codecov-action@v4.6.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 a7946535..bd28fb90 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.5.0 + uses: codecov/codecov-action@v4.6.0 continue-on-error: true with: name: codecov-nightly diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 89c42e7f..8004ecd8 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.5.0 + uses: codecov/codecov-action@v4.6.0 continue-on-error: true with: name: codecov-${{ matrix.kong_version }}