From d01a7321a0ebebd72ff7bf90c217d11e3219fc43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:27:39 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26ea627..dfd6212 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: cp TestResults/*/coverage.opencover.xml . - name: 💌 publish code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: /home/runner/work/lazy-cart/lazy-cart/tests/LazyCart.Tests/coverage.opencover.xml