From d114a7d5d81b43c1103760e161169dde48a2e0e7 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 27 Feb 2024 14:43:33 +0100 Subject: [PATCH] :octocat: CI update --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4668efab9..58134e003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP" uses: shivammathur/setup-php@v2 @@ -70,7 +70,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Install PHP with extensions" uses: shivammathur/setup-php@v2 @@ -87,9 +87,10 @@ jobs: run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist - name: "Send code coverage report to Codecov.io" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - files: .build/coverage/clover.xml + token: ${{ secrets.CODECOV_TOKEN }} + files: .build/coverage/clover.xml - name: "Send code coverage report to Codacy" uses: codacy/codacy-coverage-reporter-action@v1