diff --git a/.github/workflows/test_suite.yaml b/.github/workflows/test_suite.yaml index 8e54198..ac5dbce 100644 --- a/.github/workflows/test_suite.yaml +++ b/.github/workflows/test_suite.yaml @@ -45,7 +45,7 @@ jobs: - name: Run Tests run: | uv run pytest --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: matrix.os == 'ubuntu-latest' && success() with: files: ./coverage.xml # optional diff --git a/.github/workflows/warnings-tests.yaml b/.github/workflows/warnings-tests.yaml index 76c3812..185d419 100644 --- a/.github/workflows/warnings-tests.yaml +++ b/.github/workflows/warnings-tests.yaml @@ -45,7 +45,7 @@ jobs: - name: Run Tests run: | uv run pytest -Werror --cov-report xml:./coverage.xml --durations=25 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: matrix.os == 'ubuntu-latest' && success() with: file: ./coverage.xml # optional