diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 83530e2..18559a8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,7 +74,7 @@ jobs: poetry run coverage combine coverage*/.coverage* poetry run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}