diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 969183f..ad26d81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: phelel-load --help pytest -v --cov=./ --cov-report=xml test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true