From c75bbb324d77d3f937fb1a3ae4911629094ea918 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 12 Mar 2026 14:10:51 +0100 Subject: [PATCH] GHA: fix codecov deprecation warning --- .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 c810e8b..0a42347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: - name: Coverage uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml