diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b334b7..d034aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,14 +99,14 @@ jobs: - run: composer update --ansi --no-progress - run: composer test -- --coverage-clover=coverage.xml --log-junit junit.xml --testdox - if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: coverage name: "Coverage: PHP ${{ matrix.php }} ${{ matrix.desc }}" flags: ${{ runner.os }}-php-${{ matrix.php }} - if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results