diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index 3c18ac3..b9fe272 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -71,6 +71,6 @@ jobs: poetry run coverage combine coverage*/.coverage* poetry run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }}