diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index f83d194..ec9cb5e 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -49,7 +49,7 @@ jobs: - name: Run tests run: composer tests - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true \ No newline at end of file