From 8f62a0c729d7640d334f52f8e57f9cb5ee912a0f Mon Sep 17 00:00:00 2001 From: Kamil Wyszomierski Date: Fri, 14 Mar 2025 16:11:15 +0100 Subject: [PATCH] Bump code coverage tool --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30d769..673e906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: make code-coverage -s - name: Upload code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./.coverage/