diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56b70d2f..c06218e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,13 +40,13 @@ jobs: run: uv run pytest -n 8 --junitxml=junit.xml - name: Upload Codecov Results if: success() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info - name: Upload test results to Codecov if: success() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results