From e8e1ed0c8c78b0262884d3b7a03037ee4b0538b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:18:18 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 (#428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.1. - [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.0.1...v4.1.1) --- 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> Co-authored-by: Patryk Małek --- .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 fa7079240..901c7b178 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@v4.0.1 + uses: codecov/codecov-action@v4.1.1 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 32e470e57..78ef5db77 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@v4.0.1 + uses: codecov/codecov-action@v4.1.1 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 927bb0a49..60c88321a 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@v4.0.1 + uses: codecov/codecov-action@v4.1.1 continue-on-error: true with: name: codecov-nightly diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 1929e5bbd..6eef1b822 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@v4.0.1 + uses: codecov/codecov-action@v4.1.1 continue-on-error: true with: name: codecov-${{ matrix.kong_version }}