From bebae498483f1dac210f260cb8f75660a2400fcd Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 5 Mar 2024 21:07:50 +0100 Subject: [PATCH] chore: bump github action "codecov/codecov-action" 3 => 4 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8679a6..5658d20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: run: vendor/bin/phpunit --coverage-clover clover.xml - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./clover.xml