diff --git a/.github/workflows/test_suite.yaml b/.github/workflows/test_suite.yaml index 86aef46..96c4231 100644 --- a/.github/workflows/test_suite.yaml +++ b/.github/workflows/test_suite.yaml @@ -41,7 +41,7 @@ jobs: - name: Run Tests run: | python -m pytest --cov=hmf --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' && success() && !contains(github.event.pull_request.labels.*.name, 'auto-pr') with: file: ./coverage.xml # optional diff --git a/.github/workflows/warnings-tests.yaml b/.github/workflows/warnings-tests.yaml index f37fa15..c629ed7 100644 --- a/.github/workflows/warnings-tests.yaml +++ b/.github/workflows/warnings-tests.yaml @@ -40,7 +40,7 @@ jobs: - name: Run Tests run: | python -m pytest -Werror --cov=hmf --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' && success() with: file: ./coverage.xml # optional