diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3c730a9..efcf0fc5 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.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: tests/coverage.xml \ No newline at end of file