From 4135c2921d2ec09016b56ae9146b66643d36d04d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:35:36 +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 e4e2a41..d93200d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,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 }}