diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c35436..54f9618 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml" - name: 'Upload coverage reports to Codecov' - uses: 'codecov/codecov-action@v5.0.2' + uses: 'codecov/codecov-action@v5.1.2' with: files: './.build/logs/clover.xml' token: ${{ secrets.CODECOV_TOKEN }}