diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index c13433b..34833bb 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -71,7 +71,7 @@ jobs: poetry run coverage combine coverage*/.coverage* poetry run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true