From c8ba389f47aa43696c1d3a117b3db103a1b97d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:37:51 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 3.1.6. - [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/v3.1.5...v3.1.6) --- 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 d1b7ec8..100354f 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@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out @@ -68,6 +68,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index dad42cd..d68c26e 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@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out @@ -90,7 +90,7 @@ jobs: run: make e2e_redis_test - name: Send coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out @@ -136,7 +136,7 @@ jobs: run: make e2e_s3_test - name: Send coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out @@ -170,6 +170,6 @@ jobs: run: make e2e_tg_io_test - name: Send coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: file: profile.out \ No newline at end of file