From b05b5baa2aa869d9cdef95008e6051add151e6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:33:09 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 4 ++-- .github/workflows/e2e.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0368010..5681f94 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,7 +50,7 @@ jobs: retention-days: 1 - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out @@ -68,6 +68,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 33487f5..a7cb359 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -50,7 +50,7 @@ jobs: run: make e2e_vault_test - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out @@ -90,7 +90,7 @@ jobs: run: make e2e_redis_test - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out @@ -136,7 +136,7 @@ jobs: run: make e2e_s3_test - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out @@ -170,6 +170,6 @@ jobs: run: make e2e_tg_io_test - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: file: profile.out \ No newline at end of file