From 94adba95ebe75d22e5f5f3960bf6f394545753d6 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 8 Nov 2025 10:09:20 +0100 Subject: [PATCH] Fix codecov/codecov-action arguments for v5 --- .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 bcf85be9..acd25100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Publish coverage uses: codecov/codecov-action@v5 with: - file: ./build/clover.xml + files: ./build/clover.xml delete-artifacts: needs: