From e1cf064b7d3fafd9be8523526cc3b895f1836b27 Mon Sep 17 00:00:00 2001 From: Marcos Schroh Date: Wed, 22 May 2024 11:58:00 +0200 Subject: [PATCH] ci: codecov step fixed --- .github/workflows/pr-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 9dc90e78..92ad8fdd 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -58,10 +58,9 @@ jobs: ./scripts/test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4.4.0 with: file: ./coverage.xml - flags: unittests name: kstreams fail_ci_if_error: true token: ${{secrets.CODECOV_TOKEN}}