From 1d2376ed76cb7de6ff08380951e8b65ef3519379 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Sun, 2 Feb 2025 19:16:19 +0100 Subject: [PATCH] update (#4887) --- .github/workflows/gh-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 999a974ff9..5464afb3aa 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -130,10 +130,10 @@ jobs: - name: codecov if: matrix.codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml + files: coverage.xml fail_ci_if_error: False verbose: True