diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2236559..5a6ff67 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -62,7 +62,7 @@ jobs: --cov=demes --cov-report=term-missing --cov-report=xml -v tests - name: upload coverage report to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true