diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index adece3a3..eae59a4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: run: make coverage-phpunit - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/logs/clover.xml