From b81b9b875fae223c36614e97adfbb097cdc67fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:21:21 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 b545770fdd..98b3393403 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@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 if: env.GIT_DIFF with: token: ${{ secrets.CODECOV_TOKEN }}