From 0aef67358ad73a06e1305917c7a2511d5143065c Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 4 Feb 2024 23:56:55 +0100 Subject: [PATCH] Update codecov/codecov-action to v4 (NodeJS 20) It has been just released, let's update it too. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index adece3a3..eae59a4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: run: make coverage-phpunit - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/logs/clover.xml