diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fddd08..f752ccb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Upload coverage if: matrix.python-version == '3.12' && !cancelled() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml