diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0555235..a028fdb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: - name: Upload Coverage to Scrutinizer CI (PHP < 8.0) if: "${{ matrix.php < '8.0' }}" run: | - wget https://scrutinizer-ci.com/ocular.phar + wget https://github.com/scrutinizer-ci/ocular/releases/download/1.6.0/ocular.phar php ocular.phar code-coverage:upload --repository=g/aik099/CodingStandard --format=php-clover coverage.clover - name: Upload Coverage to Scrutinizer CI (PHP >= 8.0)