From d09aad863cb82f4352ddfba9fc52465a2e628002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:55:20 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.6.0 --- .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 fd6fa55..7caba63 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/unit-tests.xml - - uses: codecov/codecov-action@v4.2.0 + - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/coverage.out