diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a16762d9..edab8d8a 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@v7.0.0 + uses: codecov/codecov-action@v7.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: tests/coverage.xml