From 9337aa396393ec1a0271ba24aa93bc5a9b331bdb Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:40:25 +0200 Subject: [PATCH] update codecov/codecov-action to v4 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef8cbbb..d5a186f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,7 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage/clover.xml + token: ${{ secrets.CODECOV_TOKEN }}