From af369f3e33942e1a8874a65c4bd96659f88f0516 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Thu, 18 Apr 2024 18:46:16 +0200 Subject: [PATCH] Upgrading to codecov v4 hoping it will fix the failures :crossed_fingers: --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79abb54e4cb..0cf768e6784 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,7 +96,7 @@ jobs: - name: Upload coverage report if: ${{ matrix.php-versions == '8.1' && matrix.db-types == 'mariadb' && github.repository == 'mautic/mautic' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml fail_ci_if_error: true