From 992d8d17b1d59d02ed98b6dbce421f626553ccd9 Mon Sep 17 00:00:00 2001 From: Renaud Date: Fri, 26 Dec 2025 17:58:56 +0100 Subject: [PATCH] Update codecov action to 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 2d62d7f..d906ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,6 @@ jobs: run: vendor/bin/phpunit - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }}