From 666b19e915caac59afdb48524d1d7d2b2ec7972a Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:09:00 +0100 Subject: [PATCH] bump codecov/codecov-action to 4 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac52e7..7236167 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: env.RUN_CODECOV == 'true' with: file: ./coverage/clover.xml @@ -121,7 +121,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: env.RUN_CODECOV == 'true' with: file: ./coverage/clover.xml