diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eb94884..20abc2e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.14' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: coverage @@ -105,7 +105,7 @@ jobs: - name: Upload test results to Codecov if: matrix.python-version == '3.14' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results