From 5c0793361ec241c16aa062448336809332c4d431 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 10 Jun 2024 10:02:00 +0200 Subject: [PATCH] ci: update codecov action --- .github/workflows/unit-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index fd41cf9..b422c9d 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -39,4 +39,6 @@ jobs: run: yarn test - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}