diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcf0fc5..b20862f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Run Testsuite run: composer phpunit:clover - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: tests/coverage.xml \ No newline at end of file