From 451c3a213f6bec10e6095bc1543fbacb18c1f6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:50:36 +0100 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 3.1.5 to 3.1.6 (#2409) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d398f6d9ae..27f668ee4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: if: env.GIT_DIFF run: | EXPERIMENTAL=true make test-unit-cover - - uses: codecov/codecov-action@v3.1.5 + - uses: codecov/codecov-action@v3.1.6 if: env.GIT_DIFF with: token: ${{ secrets.CODECOV_TOKEN }}