diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a49f09..8534c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,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 @@ -87,7 +87,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