From 91ef41872512ee74047be5c427893ecdf8f94b66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:26:16 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.6.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e293408..69b07f93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PERSONALACCESSTOKEN }} if: "contains(github.ref, 'main')" - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 if: "!contains(github.event.head_commit.message, 'skip test')" with: token: ${{ secrets.CODECOV_TOKEN }}